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.

<input type='text' name='silly'> would have been known as $silly in the php
script the form was posted to.  However, this doesn't seem to be working
now.  What's going on?   Was there some directive I forgot to set in the
php.ini file or something?

Thanks,

Jeremy



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

Reply via email to