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

Save as Private