IP Address Test

Mark As Favorite PHP
posted on 2009-12-08 20:35:50+08:00 by david
  1. <html>
  2. <head>
  3. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
  4. <title>IP Address Test</title>
  5. </head>
  6. <frameset cols="*,*">
  7. <frame name="left" src="test1.php">
  8. <frame name="right" src="test2.php">
  9. </frameset>
  10. </html>
  11.  
  12.  
  13. /* test1.php And test2.php */
  14. <?php
  15. echo('<pre>');
  16. print_r($_SERVER);
  17. echo('</pre>');
  18. ?>

All Code Snippets

Hot Code Snippets

New Code Snippets