Php if and else
php if and else
<?php $user = "frank";if($user=="max") { echo "hello max"; }else { echo "you are not max!"; } ?>
Php if and else
php if and else
<?php $user = "frank";if($user=="max") { echo "hello max"; }else { echo "you are not max!"; } ?>
Last edited by mehmetkara; 10-22-2011 at 06:45 PM.
Thankyou ^_^
Learning PHP | Part 3 | User-defined Functions with multiple mandatory or optional parameters
Learning PHP | Part 3 | User-defined Functions with multiple mandatory or optional parameters
Learning PHP | Part 4 | Examples of useful user-defined functions and how they are used
Learning PHP | Part 4 | Examples of useful user-defined functions and how they are used
Learning PHP | Part 5 | Explanation on Logical and Ternary Operators, Conditional and Switch Statements
Learning PHP | Part 5 | Explanation on Logical and Ternary Operators, Conditional and Switch Statements
Bookmarks