Posts: 2,216
Threads: 187
Joined: Jul 2011
There's no point in adding in MySQL string as this is an If Statement tutorial, not "How to put MySQL into If Statement Tutorial". I may do another thread early next year on some things you can do with the if statement, but not for now.
Posts: 16
Threads: 4
Joined: Dec 2011
This is a nice post you have here, will help a lot of people.
Posts: 2,216
Threads: 187
Joined: Jul 2011
HTML and XML don't really have anything to do with this tutorial, until you start going into If Statements and Forms.
Posts: 13
Threads: 1
Joined: Apr 2011
Reputation:
0
06-21-2012, 02:43 PM
(This post was last modified: 06-21-2012, 02:44 PM by Haxalot.)
Upon your tutorial, you could also have covered direct comparisons with three equal signs (compares data type as well as data value), along with comparing unequal values. You also could have mentioned the IF/ELSEIF/ELSE statement for multiple conditions; or talk about its counterpart, the switch statement.
Posts: 9
Threads: 0
Joined: Apr 2019
Reputation:
0
Than you for sharing this post, it is very useful.