HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/form-urlencoded.php" enctype="application/x-www-form-urlencoded"> Name: <input type="text" name="myname"> <button type="submit">Submit</button> </form> </body> </html>
OUTPUT
×

Save as Private