Page 2 of 2

Posted: Sun Feb 15, 2004 5:16 pm
by Ixplodestuff8
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