<input type="hidden" ... />
is one way to carry the data forward.

A cleaner way is to use http://php.net/session_start

On Tue, November 7, 2006 4:57 pm, Wang Chen wrote:
> Hi ,
>
> Newbie question, I have a form,
>
>                            <form acttion="search.php3" method="post">
>                            input .....
>                            input.......
>                            .......................
>                            </form>
>
> The search.php3 goes to query mysql database to see if the infomation
> is new
> or existed, if new, will promt
> two radio buttons ( Yes or No)  to confirm if you like to enter the
> info
> inot DB .The form will action="result.php"
> My question is how we can passwd the values which are entered in first
> page
> to result.php page.
>
> Thank you for your help
>


-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to