PHP - Category - Page 36

Formatting Dates in PHP

PHP contains several inbuilt functions for changing the date-time format. In this tutorial, we are going to see the characters used in repre ...

June 5th, 2013

PHP Mail

PHP provides a mail() function for sending simple mail using PHP scripts. For that, the mail() function requires three arguments compulsoril ...

June 4th, 2013

PHP function showing IP Address

This article covers the available ways to get IP addresses using PHP script. The IP address is the unique address for the machines like a cl ...

May 29th, 2013

PHP Redirect

PHP redirect mechanism is used to navigate the user from one page to another without clicking any hyperlinks. This will be helpful in such c ...

May 28th, 2013

PHP Form Validation

While Validating an HTML form the client-side validation is not only enough. Since our web application allows outsiders to enter data, serve ...

May 23rd, 2013

Filtering MySQL Results by Applying PHP Conditions

In this article, we are going to discuss how to filter selected database rows based on the conditions applied using PHP. Let us have an exam ...

May 22nd, 2013

php.ini File

While installing PHP, this file is provided with PHP installation settings. For that, it includes a set of directives provided with respecti ...

May 21st, 2013

PHP Input Filtering

PHP is one of the easy-handling languages which makes developers comfortable to work with. It provides functions to sanitize and validate th ...

May 18th, 2013

PHP Variables

A Variable is an identifier used to store value. It can be changed or removed at any time. The variable name should start with a $ sign. The ...

May 17th, 2013

phpinfo()

This function is used to know about the configuration details of PHP installed in our machine. Such detailed information returned by this ph ...

May 15th, 2013

↑ Back to Top