>       do you know of a way to preview form field entries in a new
> page, the way they will appear in a query result, so that the user
> has a chance to edit their entries prior to their actual submission
> to the db?

Just store the values in a session or hidden fields and show the display
to the user. If the user accepts it, use the session/fields to insert
the data

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to