sounds like you should turn error reporting on a blank page usually means PHP has encountered an error, but DisplayErrors is off in php.ini
-----Original Message----- From: Todd Barr [mailto:[EMAIL PROTECTED]] Sent: Saturday, 1 February 2003 4:47 PM To: [EMAIL PROTECTED] Subject: [PHP] Bug? Hello all I am having issues passing vars in the url example here is my url http://localhost/tsatest.php?Sub_Task=2 and here is my code $link = odbc_connect( 'TSA','',''); $Query = "SELECT * from projects where sub_task='$Sub_Task'"; $Result = odbc_do($link, $Query); All this returns is a blank screen..... any suggestions? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php