PHP_OS:Operating system using PHP - PHP Views : 440
Tagged in : PHP
Send mail vote down 0 vote down 0
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 .