<? $iaso = $_GET['iaso']; //phpinfo(); $stmt = "FROM arp_table a, subnets b where (a.subnet = b.subnet) and (IASO = '$iaso') and (a.ip_address<>'0.0.0.0') "; $stmt = urlencode($stmt); ?> <html> <title>IASO Review Page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="*" cols="262,*" frameborder="NO" border="0" framespacing="0"> <frame name="leftFrame" noresize src="/iaso/getpicks.php?stmt=<? print $stmt ?>" marginwidth="0" marginheight="0"> <frame name="rightFrame" noresize src="/iaso/right.php" marginwidth="0" marginheight="0"> </frameset> <noframes><body bgcolor="#FFFFFF" text="#000000"> </body></noframes> </html>