View Single Post
Old 04-27-2010, 11:24 PM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Try run as
Code:
/usr/bin/php-cgi -q script.php
or add to firstl line of script
Code:
#!/usr/bin/php-cgi -q
and run as
Code:
./script.php
slava is offline   Reply With Quote