Jump to content

how do you $_POST 2 variables.


dannerz

Recommended Posts

<form action="shop1b.php" method="post">
Option number placed here: <input type="text" <input name="unit">
<input type="submit">
</form>

This is what I've got so far.

 

I can send 1 variable to the next page, which is "shop1b.php", but I don't know how to send more than one variable to the next page, and if I did send 2 variables, how would I use each of them in php?

Link to comment
https://forums.phpfreaks.com/topic/279923-how-do-you-_post-2-variables/
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.