#!/usr/local/bin/php
<?
if (function_exists('ftp_connect')):
print "cool\n";
else:
print "damn\n";
endif;
?>
output when ran: 'Damn'During the make I didn't see any errors. When I ran phpinfo() [http://www.randomthoughtprocess.com/info.php] it shows that I have FTP support. Is there something that I am missing?
--
Cory Wiles
Systems Engineer
ePerformax - Memphis, TN
901.751.4902
http://www.eperformax.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

