Generation of SEO URL in php code
Hi friends below two lines of code is for the generation of user friendly and seo (search engine optimization) urls. It removes...
Read More
SEO – URL using php code and .htaccess
In this post i would like to explain about generate seo urls using php code and .htaceess. The following function for seo...
Read More
PHP Charts with using Google API
In this post i would like to explain about how to create php charts using the Google API key. It is very...
Read More
What is cron job ? How to set the cron job in PHP?
1) Cron is very simply a Linux module that allows you to run commands at predetermined times or intervals. In Windows, it’s...
Read More
How to add line breaks in the textarea
When we dealing with a text area in the PHP application , for Example in your application given that About me feild,...
Read More
File Extension Using PHP
This post explains about how to get file extenstion using the php. In the we have two types to retrieve the file...
Read More