IP Address Test
posted on 2009-12-08 20:35:50+08:00 by david
<html> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <title>IP Address Test</title> </head> <frameset cols="*,*"> <frame name="left" src="test1.php"> <frame name="right" src="test2.php"> </frameset> </html> /* test1.php And test2.php */ <?php echo('<pre>'); print_r($_SERVER); echo('</pre>'); ?>

