The PHP website created by its users!
Home
»
PHP » PHP Info
|
PHP Info
| Author | mkeefe |
| Description | Display the internal variables and option within PHP |
| Rating | (1 votes) |
PHP Code
<?
// Display PHP variables and settings
phpinfo();
?>
Comments
Es un buen recurso del PHP
|