Upload image script problem

A

Anonymous

Guest
scrpit seems to be allright,
put the following on top of your page
Code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
?>
 
Back
Top