[PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
Can anyone tell me why the following line of code halts my entire script (anything after it is not processed). ftp_chmod($conn, 0777, $to); All other ftp commands in the script work perfectly. I've tried replacing '0777' with 777, 1777, in and out of s, but it still halts the script, there is

Re: [PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
Thank you for your reply. Yes the user has permission to execute chmod since when I access the server using an FTP Client it works perfectly. - Nathan Croker (amazing as a result of one post, I get 6 different spam emails within several minutes of posting!) - Original Message - From

[PHP] Variables inside a function

2004-03-08 Thread Nathan Croker
do I make it so that I can use $blah anywhere in the script? Thank you in advance for any help. Nathan Croker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php