Can I include a script on another server doing this? $sql = 'SELECT * FROM '.$table.' where number like '.$number.';';
http://foo.com?list.php?number=16 include("http://elsewhere.com/list.php"); My $sql is error-ing - obviously. http://elsewhere.com/list.php is not receiving $number. Can I even do this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php