Posted: Sun Feb 15, 2004 5:16 pm
You need to use two = signs for if commands
ex: if ( $x == $y ){ /*DO STUFF*/ }
also get post variables using $_POST['image'] instead of just using $image
ex: if ( $x == $y ){ /*DO STUFF*/ }
also get post variables using $_POST['image'] instead of just using $image