View Single Post
Old 08-13-2002, 05:04 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,503
sde is on a distinguished road
i havent a clue except maybe this will help?

http://www.php.net/manual/en/functio...peshellcmd.php

what about making it it's own script like:

Code:
#script.php
#!/usr/bin/php
do all that stuff here
then: exec(script.php);

haven't tried it, .. i have executed files, but not with the shell_exec() function.
sde is offline   Reply With Quote