Hello,
I wish to write an HTML file with PHP script that will show a text field already filled with data (variable).
How can I do it?
Thanks a lot.
Moderators: macek, egami, gesf

<?
echo "<form action=$PHP_SELF method=get>
<input type=text value=$_GET[name]>
<input type=submit>
</form>
?>
Return to PHP coding => General
Users browsing this forum: No registered users and 1 guest