The plan here is to allow you to have dual booting operating systems; where you will be able to “reuse” same copy of your database files and web scripts; regardless of what operating system you are in. Audience: Mid to Expert web developer with experiences on Linux Shell Scripting and Apache, MySQL Administration. Follow these […]
php
You cannot delete() in PHP!
What is micro-optimization?
Sometimes, there are chances that if you make a bit of changes in your source code, it performs faster by a fraction of a second. This does not seem always logical for small projects to spend time in optimization. But when several users load your website at once, micro-optimization can contribute to the speed.
Database of PHP Defined Constants
How many inbuilt constants are there in PHP? Several? Near to thousand? This experiment is to build a MySQL Database of PHP Constants.