Jump to content

php form?


calle08

Recommended Posts

Not sure I get the question...

simple html forms?

 

<form name="something" action="processingPage.php" method="post">
    Name: <input type="text" name="uName">
    <input type="submit" value="SEND">
</form>

 

grab variable on next page with:

$name = $_POST['uName'];

Link to comment
https://forums.phpfreaks.com/topic/245574-php-form/#findComment-1261298
Share on other sites

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.