Search the web
Sign In
New User? Sign Up
bang-phpug · Bangalore PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 583 - 612 of 1136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
583
Hi, I am in a requirement that i need to restrict the no. of records shown in a page to some 10 records (Search page) and pagination to be done. Need to show...
guruj_r
Offline Send Email
Jul 2, 2007
3:19 pm
584
On 7/2/07, guruj_r <guruj_r@...> wrote: Hi, I am in a requirement that i need to restrict the no. of records shown in a page to some 10 records (Search...
Chidu
chidanandgb_...
Offline Send Email
Jul 3, 2007
2:45 pm
585
Hello to all i have one problem in php array. This is the eg $array_check = array(0=>"100",1=>"200",2=>"100"); i have this array $array_check contains 2 times...
Pritesh Loke
priteshloke
Offline Send Email
Jul 4, 2007
12:07 pm
586
If number of parameters and their values are small i.e. query string is not very huge append it to each pager link i.e. page 1, page 2, next etc If there are...
Amit Rana
amitrana77
Offline Send Email
Jul 4, 2007
12:08 pm
587
Hey Madhur, To send sms you need a sms gateway, which will forword your sms to the users. Please google for that...... Am work on sms handling these days on...
maq005
Offline Send Email
Jul 4, 2007
12:08 pm
588
you can try using array_unique() function it will give unique array in return. if you want to display error message compare length of original array and unique...
Suketu S Parikh
suketu_721982
Offline Send Email
Jul 4, 2007
12:34 pm
589
In pagination link, send same old query string with same name and value. for eg displaypage.php?recordset=20 & oldname=oldvalue. Amit Rana...
Koushik G raj
koushikgraj
Offline Send Email
Jul 5, 2007
7:42 am
590
use this function for ur problem "array_count_values". plz refer this url : http://in2.php.net/manual/en/function.array-count-values.php With Regards, Raja...
raja mohamed
md_libra81
Offline Send Email
Jul 5, 2007
7:43 am
591
thank you all for help raja mohamed <md_libra81@...> wrote: use this function for ur problem "array_count_values". plz...
Pritesh Loke
priteshloke
Offline Send Email
Jul 5, 2007
5:21 pm
592
hi pritesh, have u put html code of textarea whose name should be *FCKeditor1* or any one u like to put. below is the code and let me know, ...
jatinder kaur
jatinder_php
Offline Send Email
Jul 8, 2007
1:30 pm
593
Please elaborate your problem i have not understood your problem and try alo this i.e. give the height as 100 % jatinder kaur <jatinderkaur100@...>...
prem panshette
param_1480
Offline Send Email
Jul 9, 2007
8:00 am
594
Hi, I have a requirement of creating/Editing/Deleting cron jobs(schedule Tasks) in windows through PHP. Can anyone let me know, how this can be done through...
nandan raj
iamnandans
Offline Send Email
Jul 11, 2007
2:39 am
595
hi Goto hosting control panel and click the shcedule task and also choose job time give the physical path to the file.the cronjob is running Regards ...
nparthiban nparthiban
nparthi_2006
Offline Send Email
Jul 12, 2007
6:04 am
596
Add your normal php file (for example: php file for updating the count of a table field on each day) to the cron. For windows you can use visual cron....
Binoy
binoyav_kvr
Offline Send Email
Jul 12, 2007
6:05 am
597
<? $str = "<script>contact</script>"; //its output will be &ltscript&gtcontactltscriptgt --- something like this $val=htmlspecialchars($str, ENT_QUOTES); ...
anu_id2006
Offline Send Email
Jul 12, 2007
6:06 am
598
Hi Instead of this htmlspecialcha rs($str, ENT_QUOTES); use htmlentities($str); anu_id2006 <anu_id2006@...> wrote: <? ...
prem panshette
param_1480
Offline Send Email
Jul 12, 2007
7:41 am
599
Hi all, I have implemented a mail function with mail(), which is working fine. But all the mails I am sending are going to the bulk/spam folder. How can I send...
pradeeprkara
Offline Send Email
Jul 16, 2007
1:19 pm
600
Hi, The Bangalore Barcamp 4 (BCB$) is happening on 28th and 29th of this month at IIM-B. More of it here .. (http://barcampbangalore.org/) Python...
Pradeep
pradeepbv
Offline Send Email
Jul 19, 2007
2:26 pm
601
Great idea Pradeep. :) I'll register at the link you've provided Regards, Vinu...
Vinu Thomas
uglyftp
Offline Send Email
Jul 19, 2007
2:30 pm
602
Yes thats a good Idea Vinu Thomas <vinuthomas@...> wrote: Great idea Pradeep. :) I'll register at the link you've...
maq sood
maq005
Offline Send Email
Jul 20, 2007
7:35 am
603
Hi All, Just wanted to check with the rest of the group if you're gonna join us at the PHP collective at Barcamp Bangalore 4. If you're joining us or planning...
Vinu Thomas
uglyftp
Offline Send Email
Jul 20, 2007
10:32 am
604
Hi , Can any one tell me using which event we can know weather web page is going to close. I need to refresh my page continuous on the server its containing...
bhavna patel
bhavna_coolinus
Offline Send Email
Jul 20, 2007
10:32 am
605
Hi , Can any one tell me using which event we can know weather web page is going to close. I need to refresh my page continuous on the server its containing ...
bhavna_coolinus
Offline Send Email
Jul 20, 2007
10:32 am
606
onUnload in body event will help u out. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any one tell me using which...
Madesh waran
madesh_gsv
Offline Send Email
Jul 20, 2007
12:18 pm
607
Hi, I think there is a unload event of the body you can try that. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any...
Vijay Kansal
vijay_kansal2
Offline Send Email
Jul 21, 2007
5:06 am
608
Hi, I implemented Wordpress for one of my client's site. In its admin section they are giving an option to use Custom URL Structure Default »...
Anees
anees_muhd
Offline Send Email
Jul 21, 2007
5:08 am
609
Hello to all I have one field in my table precentage and data type in decimal(3,2) but when i stored in that value like "45" they will storing the 9.99 can any...
Pritesh Loke
priteshloke
Offline Send Email
Jul 24, 2007
3:22 am
610
Hi, I have a requirement to have two or more tabs in the website. So i need help in creating it. It would be grateful if any one provides useful information......
guruj_r
Offline Send Email
Jul 24, 2007
3:24 am
611
hi, what type of tables u need html or database? guruj_r <guruj_r@...> wrote: Hi, I have a requirement to have two or...
Koushik G raj
koushikgraj
Offline Send Email
Jul 24, 2007
3:50 am
612
Hi, Can you send me some links of PHP sites (i.e. commercial/any sites that have been built using php). Mainly this is to get an idea about the capabilites...
Anand Subramanian
axsubram
Offline Send Email
Jul 24, 2007
2:11 pm
Messages 583 - 612 of 1136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help