Hi All, I need small help regarding downloading the word document in php code.Can anybosy help me regarding this. with regards vijaya Add more friends to your...
download of a word document??? r u talking about * header("Content-type:application/msword");* Kranthi. On Sun, Feb 1, 2009 at 14:33, vijaya lakshmi Vulli < ...
Hi The below code is a wonder ful one I found , so you can download what ever the type it is . <?php function dl_file($file){ Â Â Â //First, see if the file...
hi guys we are the fallowing sting 01-31-2009 13:24:27 we need to split sec in the above stirng i.e we need out put in the fallowing formta 01-31-2009 13:24 ...
You need to use CRON on Linux/Unix or Scheduled Tasks under Windows. There are ways to do it purely with PHP, but these are unreliable and shouldn't be used. ...
Hi Malayappa, Use the following way: list($m, $d, $y, $h, $i, $s) = sscanf('01-31-2009 13:24:27', "%2d-%2d-%4d %2d:%2d:%2d"); echo sprintf("%2d%-2d%-4d...
Please use strtotime() function Hi, Try this its a more direct way <?php $today = getdate( ); print_r($today) ; echo $today['mday' ].'-'.$today[ 'mon' ...
u can use scheduled tasks if u want to run a particular scripts once in a while. if u want to run any program from a php script u'll hav to use exec() or ...
You can use sleep(), but I have found it to be unreliable and can cause a heavy process load for most servers. -- Joe...
Joe Forsythe
jforsythe@...
Feb 3, 2009 4:48 am
8192
Hi, You need to set a cron job. ... -- Thank you, - Mayank Sharma Rave Infosys, Inc. ... 505-506, President Tower, 6/2, South Tukoganj, Indore. Email:...
sleep() in php??? well apache server dosent allow a php script to run for more than 60 secs. even though the limitation can b changed, it is not advisable coz...
will the script run for more than 60 secs? ... -- Thank you, - Mayank Sharma Rave Infosys, Inc. ... 505-506, President Tower, 6/2, South Tukoganj, Indore. ...
... http://www.phpjobscheduler.co.uk/ explains how it's achieved, but basically each user hitting your site runs a check to see if anything needs to be run, so...
Yes, as it's a PHP solution, not an O/S solution. If the server is running on your XP box, why don't you use Windows Task Scheduler to call a command line PHP...
Hi,  I have one centralized server and 3 local servers connected. I am uploading  files from central server to local servers at a time by using ftp...
could u pls tell..Is autorun file is possible or not.If possible pls provide some code....I dont have idea on that..Pls help ________________________________ ...
change the keep alive time is not recommended in apache, will cause a heavy load on the server and affect the security, is there a way to make a desktop small...
Mohammad Al-Naji
mnaji.qx@...
Feb 4, 2009 8:23 pm
8203
Dont be afraid of CRONTAB, its the only way out. Most linux servers should have it. There is a sourceforge project called CRONw, CRON for windows. ... -- Yours...
hi all I have script of file uploading it works in Linux/Unix server but this script is not working at windows server . There is any method or changes in...