skip to Main Content
112 views
0 votes

How to get text from textfield in php?

I have simple php script that contains this part:
$user = '<input type="text" name="name1" id="username" value="'.$firsttext.'">';
echo $user;

Do

Back To Top
Search