Whats Better Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Ixplodestuff8
Forum Commoner
Posts: 60
Joined: Mon Feb 09, 2004 8:17 pm
Location: Queens, New York

Post 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
Post Reply