Re: [PHP] Scheduling PHP on Windows

2004-03-22 Thread imran asghar
hi, I do this task on window thru schedule task as, First I create BATCH file File.bat:: @ECHO OFF c:\php\php -q c:\dailyscript\script.php then I added this file.bat path into schedule Task for specify time interval imran - Original Message - From: [EMAIL

[PHP] array data

2004-02-10 Thread Imran Asghar
Hi, Is not working, is it correct way File1.php ? $colors = array('red','blue','green','yellow'); ? form action=file2.php method=post input type=hidden type name=colors value=?=$colors? /fomr File2.php ? echo $colors[0]; echo $colors[1]; echo $colors[2];