Jump to content

Help with Form Post


gple

Recommended Posts

I am using 15 text areas for the user to put in 15 names. so we have user1, user2,....user15. How can I do this below:

$user1=$_POST['user1'];

$user2=$_POST['user2'];

$user3=$_POST['user3'];

$user4=$_POST['user4'];

$user5=$_POST['user5'];

$user6=$_POST['user6'];

 

to input the data in a table without actually having to type out 15 lines.

 

Link to comment
https://forums.phpfreaks.com/topic/42175-help-with-form-post/
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.