php programe execution fxns.. and at command
Posted: Fri Sep 19, 2003 7:02 am
Hi !
I have been tryin to run linux "at" command by differenct php *exec* functions but no luck
doing this
># at -f comm_file 23:23
run this command through php front end
exec("at -f comm_file 23:23 ")
and with other fxns
does any 1 have idea how to solve this problem
I have been tryin to run linux "at" command by differenct php *exec* functions but no luck
doing this
># at -f comm_file 23:23
run this command through php front end
exec("at -f comm_file 23:23 ")
and with other fxns
does any 1 have idea how to solve this problem