Is it possible to pass variables from a form as an array to another PHP
file? For example, I have this:

<input type="text" name="db['email']" value="<? echo $db['email']; ?>">

When the form re-loads after being submitted (it calls itself when SUBMIT is
pressed), the var $db['email'] doesn't exist anymore.

Is it only possible to POST variables to a page if they are not in an array?

Thanks!

Monty


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

Reply via email to