Tag Archives: Java

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

How to check if an email address

Sep 30, 2013

PHP has many awesome built in functions which can do amazing things. Here I am going to explain checkdnsrr() PHP function that will take an..

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