Jump to content

Textfield Array


verdrm

Recommended Posts

I'm new to arrays, so I was wondering how to INSERT into MySQL comma separated values from multiple textfields?

 

Example:

 

<input name = "name" type = "text">

<input name = "name" type = "text">

<input name = "name" type = "text">

 

How do I get three values from above, and then get them like this:

 

Joe, Frank, Ted

 

 

...something like name[]? How does a textfield array work?

Link to comment
https://forums.phpfreaks.com/topic/95273-textfield-array/
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.