when cients fills some registration fields that can fill it with errors
and when my script do this
$second_connection_ID = ftp_connect($FTP_server);
he can give into screen an error, but i doesnt want that clients see something like this
Warning: php_hostconnect: connect failed in v:\ftp 2\design\html test\logining.php3 on line 54
WHAT CAN I DO, THAT THIS ERROR WIIL BE ANALIZED only in my script, and clients see only something like this
echo "$error";