PHP Introduction

Execution Time Limit in PHP

In PHP, the default time for executing a program is 30 seconds. This will be set in php.ini file and the directive corresponding to this con ...

June 19th, 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

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

XAMPP Installation in Windows 7

XAMPP is a package which used to setup the PHP environment by providing the required constellations and Softwares. This package includes Apa ...

April 15th, 2013

↑ Back to Top