i got the error: here is line 9. i cant seem to figure out what wrong with it. if($dir!=null && $pass!=null) PHP: does anyone know whats wrong? thanks
heres code to line 9 <?php //get form data and set var $pass=$_POST["pass"]; $dir=$_POST["dir"]; $dest="/" //check null form if($dir!=null && $pass!=null) [php] PHP: