Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  PHP include in .shtml pages  PHPNext Question:  Some issues with PHPBB forum script  Scripts and Online Services
Question passing php data BACK to win32 batch files ( SitePoint Forums PHP )
Updated: 2008-11-23 03:30:02 (0)
passing php data BACK to win32 batch files

i just read the section where in command line mode, a batch file can pass data to a the script.

but what i want is the script to pass back data to the win32 batch file.

i'm capturing images from a webcam using cURL and renamed files with the dat/time stamp on it and php's date() function does everything.

but when i use IMAGEMAGICK's CONVERT program from within php (using the EXEC function), sometimes it times out (slow machine).

sure i can use the set_time_limit() function but i read if the server is running in safe mode, this has no effect.

so hence back to the original question... php script passing data back...


thanks...

Previous Question:  PHP include in .shtml pages  SitePoint Forums  PHPNext Question:  Some issues with PHPBB forum script  SitePoint Forums  Scripts and Online Services

- Source: passing php data BACK to win32 batch files SitePoint Forums PHP
- Previous Question: PHP include in .shtml pages SitePoint Forums PHP
- Next Question: Some issues with PHPBB forum script SitePoint Forums Scripts and Online Services