Apr 12, 2014
Tip 1 (Knowing what parts of your script is using the most memory) If you’re looking to find out where your script is running out..
Read moreApr 07, 2014
Difference between assigning a variable to NULL and unset. <?php $var = NULL; ?> A variable is considered to be NULL if It has been..
Read moreApr 07, 2014
DROP command is used for deleting the table and its structure from the data base.Use this command when you don’t need that table any more…
Read moreMar 17, 2014
A very simple and useful method to find a random integer between two numbers. Found this simple javascript function to calculate random integer between two..
Read moreFeb 24, 2014
Flexible, secure and scalable checkout software for any size of business More and more companies have turned to the web to transact business. And, of..
Read moreFeb 08, 2014
HTML5, the latest version of the language of the Web, was designed with Web applications in mind. It contains a slew of new application programming..
Read more