[PHP] problem with exec

2003-08-20 Thread Gabi Moise
Hi, I am trying to run a .php page using the exec: I have the two pages: load.php: exec("E:\PHP\php.exe F:\WORK\Load\load1.php"); And load1.php: $f = fopen("F:\\WORK\\Load\\test.txt","w"); fputs($f,"hola!"); fclose($f); However, it does not work as I expect too, arou

[PHP] Excel

2003-03-27 Thread Gabi Moise
Hi, Can someone point me to a php and Excel tutorial? tnx.