The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments. PHP features an if structure that is similar to that of C: if (expr) statement The general format of if construct is like shown below: if (expr1) { // statement if expr [...]
Tired of your work? Or still downloading files? Maybe you should try this funny script while waiting something. Believe me, it’s not dangerous. Open http://images.google.com. Type “skull head” or whatever words you like. Google Search Press enter and then skull images will appear. Delete URL in address bar and copy paste script below to address [...]


