I have new "blank" forms on the server and I would like to give my client an option to 
save a partially filled form to his computer. Is there any way I can do this with php? 


I know that if the client just saves the form using his browser then it will only save 
the initial HTML, and ignore the partially filled bits. Therefore I need to use 
post/get to send the partially filled bits to PHP, 

This means hard coding all the HTML (in php) and inserting the variables that are 
posted from the previous form.

Is there any simpler/easier way of doing this with PHP? because this is not feasible 
if there are 100s of forms.

Thanks,
Matt


_____________________________________________________________
Pick up your email anywhere in the world ---> http://www.remail.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to