Tag Archives: web

5 tips to prevent PHP running out

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 more

What is difference between assigning a variable

Apr 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 more

Difference between MySql drop table, truncate table,

Apr 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 more

Javascript random integer between two numbers

Mar 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 more

Boost your web store with an open

Feb 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 more

How to ensure privacy in the age

Feb 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