Tag Archives: PHP

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more

Working with Functions in PHP

Oct 01, 2013

A functions is an independent block of code that performs a specific task and can be used more than once at a different points within..

Read more

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

PHP 5.4.20 and PHP 5.5.4 Updates Released!

Sep 30, 2013

The regular PHP updates are released for PHP 5.4.20 and PHP 5.5.4. PHP 5.4.20 has fixed About 30 bugs and PHP 5.5.4 also fixed many..

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

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more