In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Jeremy Reed) wrote:

> I was able to fix the 'unable to find dynamic etc.' error thanks to you
> guys.  Now I have a new problem.  It seems that I am unable to process form
> data.  Before upgrading to 4.1.1, you were able to refer to the form data
> simply by concatenating a '$' and the form element name i.e.

As of 4.1, you need to use the new arrays $_GET, $_POST, $_COOKIE, etc. or 
else turn register_globals back on. See 
<http://www.php.net/release_4_1_0.php> for more info.

-- 
CC

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

Reply via email to