Category Archives: Web Development

Working with $_POST in PHP

Oct 01, 2013

We use the $_POST function to collect form values sent with method=”post” Information sent from a form with the POST method is invisible to others..

Read more

How to Enable mod_rewrite module in Apache

Sep 26, 2013

Hi all now we are going to see How to Enable mod_rewrite module in Apache in xampp. the steps are given below 1) Find the..

Read more

How to check whether mod_rewrite module is

Sep 26, 2013

How to check whether mod_rewrite module is enabled/loaded or not in Apache There are lots of techniques to check this but below is very simple..

Read more

Converting a PHP Array to a Query

Sep 24, 2013

Hi all today we are going to see how to convert a PHP array to a query string.As we know that PHP is very rich..

Read more

How to Download and save images from

Sep 21, 2013

cURL, and its PHP extension libcURL which allows you to connect and communicate to many different types of servers with many different types of protocols…

Read more

Useful PHP Tips

Sep 18, 2013

Hi all in the post we are going to see some Useful PHP Tips hope this may useful for you the tips are of given..

Read more