Introduction: PHP is a great language to develop web applications rapidly and easily. PHP code can also be run as a command line script just like C, C++, java, and so on.
Category Archives: Programming
CSS Snippets for Your Coding
CSS is a beautiful language but it can also be frustrating at times. Certain CSS solutions don’t work on certain browsers (cough Internet Explorer cough) and much of your time can be spent debugging code.
Automatically & Manually Backup MySQL Database
MySQL is one of the most popular open source database management system for the development of interactive Websites.
Free Placeholder Image Services For Instant Dummy Images
When designing websites, images-to-be-used usually doesn’t exist at firstas it is the layout that matters the most.
PHP Shorthand If / Else Examples
In looking at my Google Analytics statistics, I see a lot of visitors searching for PHP shorthand if/else (ternary) information. I’ve gone through my code library and picked out some examples of ternary operator usage.
PHP Validation Functions
Data validation is an important aspect of form processing. In this article we’ll present two PHP functions for data validation which may be useful to WordPress plugin authors. These are: email validation with domain checking and url validation with domain checking. Both of these are rather comprehensive tests.