Of cource you can. In the second page just ask PHP to echo the variable in 
the space where the text box accepts preset values some thing like this

<input type="text" name="name" value="<? echo "$variable"; ?>" size="30">

where $variable is a variable that is sent from the previous page.

Hope this helps


At 11:38 AM 9/4/01 -0700, you wrote:
>Ok sorry for not looking into this one but is it possible for 1 page to 
>have a variable (not input) and then post it to another page and in an 
>input variable (text box) it will have the variable from the first page as 
>its value..... not im confused!
>
>
>-lk6-
>http://www.StupeedStudios.f2s.com
>Home of the burning lego man!
>
>ICQ: 115852509
>MSN: [EMAIL PROTECTED]
>AIM: legokiller666


-- 
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