PHP_OS:Operating system using PHP - PHP Views : 475
Tagged in : PHP
0 0
Send mail
PHP_OS: To test operating system using PHP


<?
echo "
This test is being run on ".PHP_OS;
?>
By Rekha, On - 2009-12-07



    Login to add Comments .