From: "Greg Watson" <[EMAIL PROTECTED]>
> doesn't look as
> though variables are being passed from page to page.

Register_globals is OFF in your php.ini file, so you need to use
$_GET['testvar'] instead of $testvar.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to