Tag Archives: PHP

How to remove meta tag “generator” in

Mar 18, 2014

Hi all today we are going to see is “How to remove meta tag “generator” in Joomla 1.5” hope you all like the post On..

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

4 Most Important Directory Functions in PHP

Mar 07, 2014

When writing PHP scripts that need to deal with the file-system to change the current directory, creating new directories, change the root directory, gets the..

Read more

How to Auto Post on Twitter with

Mar 05, 2014

Manually post to social networks is probably better than to use an automated method. But, if you post many new topics every day, automated post..

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

PHP Object cloning using clone keyword and

Feb 17, 2014

Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new..

Read more