<? //phpinfo(); $stmt = "FROM arp_table a, subnets b where (a.subnet = b.subnet) "; $stmt = $stmt . " and (a.SUBNET = '$SUBNET')"; $stmt = urlencode($stmt); //echo $stmt; ?> <html> <head> <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="getpicks.php?stmt=<? print $stmt . '&Height=' . $Height;?>" marginwidth="0" marginheight="0"> <frame name="rightFrame" noresize src="right.php" marginwidth="0" marginheight="0"> </frameset> <noframes><body bgcolor="#FFFFFF" text="#000000"> </body></noframes> </html>