Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Print all server variables

Tue Oct 28, 2008 12:16 am

Code:

<?php
   
while (list($var,$value) = each ($_SERVER)) {
      echo
"$var => $value <br />";
   }
?>




Post a reply
  Related Posts  to : Print all server variables
 Local variables vs Instance variables     -  
 Sql server or windows server question?     -  
 Help for Print using php     -  
 Print the ASCII Set     -  
 Get union of two arrays set and print it     -  
 print clock using JavaScript     -  
 Print all MySQL status value     -  
 How to print a webcam picture in Jsp     -  
 Print all files in a directory     -  
 print element in 2d matrix     -  

Topic Tags

PHP Variables, PHP Loops