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...
584
Chidu
chidanandgb_...
Jul 3, 2007 2:45 pm
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...
585
Pritesh Loke
priteshloke
Jul 4, 2007 12:07 pm
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...
586
Amit Rana
amitrana77
Jul 4, 2007 12:08 pm
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...
587
maq005
Jul 4, 2007 12:08 pm
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...
588
Suketu S Parikh
suketu_721982
Jul 4, 2007 12:34 pm
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...
589
Koushik G raj
koushikgraj
Jul 5, 2007 7:42 am
In pagination link, send same old query string with same name and value. for eg displaypage.php?recordset=20 & oldname=oldvalue. Amit Rana...
590
raja mohamed
md_libra81
Jul 5, 2007 7:43 am
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...
591
Pritesh Loke
priteshloke
Jul 5, 2007 5:21 pm
thank you all for help raja mohamed <md_libra81@...> wrote: use this function for ur problem "array_count_values". plz...
592
jatinder kaur
jatinder_php
Jul 8, 2007 1:30 pm
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, ...
593
prem panshette
param_1480
Jul 9, 2007 8:00 am
Please elaborate your problem i have not understood your problem and try alo this i.e. give the height as 100 % jatinder kaur <jatinderkaur100@...>...
594
nandan raj
iamnandans
Jul 11, 2007 2:39 am
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...
595
nparthiban nparthiban
nparthi_2006
Jul 12, 2007 6:04 am
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 ...
596
Binoy
binoyav_kvr
Jul 12, 2007 6:05 am
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....
597
anu_id2006
Jul 12, 2007 6:06 am
<? $str = "<script>contact</script>"; //its output will be <script>contactltscriptgt --- something like this $val=htmlspecialchars($str, ENT_QUOTES); ...
598
prem panshette
param_1480
Jul 12, 2007 7:41 am
Hi Instead of this htmlspecialcha rs($str, ENT_QUOTES); use htmlentities($str); anu_id2006 <anu_id2006@...> wrote: <? ...
599
pradeeprkara
Jul 16, 2007 1:19 pm
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...
600
Pradeep
pradeepbv
Jul 19, 2007 2:26 pm
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...
601
Vinu Thomas
uglyftp
Jul 19, 2007 2:30 pm
Great idea Pradeep. :) I'll register at the link you've provided Regards, Vinu...
602
maq sood
maq005
Jul 20, 2007 7:35 am
Yes thats a good Idea Vinu Thomas <vinuthomas@...> wrote: Great idea Pradeep. :) I'll register at the link you've...
603
Vinu Thomas
uglyftp
Jul 20, 2007 10:32 am
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...
604
bhavna patel
bhavna_coolinus
Jul 20, 2007 10:32 am
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...
605
bhavna_coolinus
Jul 20, 2007 10:32 am
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 ...
606
Madesh waran
madesh_gsv
Jul 20, 2007 12:18 pm
onUnload in body event will help u out. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any one tell me using which...
607
Vijay Kansal
vijay_kansal2
Jul 21, 2007 5:06 am
Hi, I think there is a unload event of the body you can try that. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any...
608
Anees
anees_muhd
Jul 21, 2007 5:08 am
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 »...
609
Pritesh Loke
priteshloke
Jul 24, 2007 3:22 am
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...
610
guruj_r
Jul 24, 2007 3:24 am
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......
611
Koushik G raj
koushikgraj
Jul 24, 2007 3:50 am
hi, what type of tables u need html or database? guruj_r <guruj_r@...> wrote: Hi, I have a requirement to have two or...
612
Anand Subramanian
axsubram
Jul 24, 2007 2:11 pm
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...