[PHP] problem with exec
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
Hi, Can someone point me to a php and Excel tutorial? tnx.