What is Ternary Operators in PHP A ternary operator can be used as a slightly faster, cleaner way to write simple if/else statements. Let’s take a basic if/else statement… if …
Monthly Archives
February 2008
-
-
PHP Session and Examples A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, …