PDA

View Full Version : Passing data from a form on one page to another form on another page



Kyamagero
07 Sep 2010, 10:44 AM
Hello,

How can I pass form data from a form on one page, to a form on another.

Here is what I need exactly:

I am working on the following website:

http://kleinstudiosinc.net/tntexterminating/

There is a form in the header titled "Shedule Service"

I would like a user to enter the details, and when he/she clicks the "Go" button, that information should show up in the corresponding fields on the page below:

http://kleinstudiosinc.net/tntexterminating/?page_id=8

This means that the user will have to enter information for other fields but not for those already filled afetr data was passed on from the previous form.

Does it make sense?

Your help will be greatly appreciated.

Thanks,

TheBatmanOfPHP
18 Sep 2010, 12:10 PM
use php post

http://www.w3schools.com/php/php_post.asp

http://php.net/manual/en/reserved.variables.post.php