Jump to content

Variable and Text fields


Pi_Mastuh

Recommended Posts

You would put the form in php:
[code]
<?php
echo "<form action=\"". $_SERVER["PHP_SELF"] ."\" method=\"post\" enctype=\"multipart/form-data\">
<input type=\"text\" name=\"username\" value=\"".$variable."\">
<input name=\"submit\" type=\"submit\" />
</form>";
?>
[/code]

Where $variable, would be the place you would want your user data to show.

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.