Jump to content

Echoeing Out A Value With Php In A Text Field...


dottedquad

Recommended Posts

[!--quoteo(post=388837:date=Jun 28 2006, 10:23 AM:name=Destramic)--][div class=\'quotetop\']QUOTE(Destramic @ Jun 28 2006, 10:23 AM) [snapback]388837[/snapback][/div][div class=\'quotemain\'][!--quotec--]
that should work

[code]
<input name="username" type="text" id="username" value="<?PHP echo $_POST['username']; ?>">
[/code]
[/quote]

Thanks! That worked :-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.