Page 1 of 1

assing values to the input while the page is being loaded

Posted: Wed May 23, 2007 1:35 pm
by phpDVWeaver
I have two html pages the first one has email, and name input s. the second page should have amoung other things these two info.
I want to display them into the apropriate inputs of the second page while it is being loaded

I already assigned those values to variables in php file but my concern is mainly how to use them.

any ideas.

thanks

Posted: Wed May 23, 2007 4:07 pm
by RobertGonzalez
Moved to PHP - Code.

Can you clarify your question a little bit? I am not following.

Posted: Wed May 23, 2007 6:01 pm
by djot
-

Code: Select all

<input type="text" name="email" value="<?php echo $email; ?>">
??

djot
-