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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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....
<? $str = "<script>contact</script>"; //its output will be <script>contactltscriptgt --- something like this $val=htmlspecialchars($str, ENT_QUOTES); ...
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...
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...
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...
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 ...
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...
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......
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...