Categories
- Cars (28)
- Crafts (4)
- Entertainment (27)
- Friends & Family (29)
- Gadgets (49)
- Gaming (76)
- Our Life (64)
- Site News (30)
- The Web (10)
- Thoughts & Rants (74)
- Uncategorized (3)
Will's Tweets
- Could not connect to Twitter
Nadia's Tweets
- Could not connect to Twitter
Daily Archives: August 2, 2006
Alternative If Statement Syntax In PHP
Are you tired of typing this kind of if statement? $a = 10; if ($a > 10) { $message = “variable ‘a’ is greater than 10″; } else { $message = “variable ‘a’ is not greater than 10″; } echo … Continue reading