verdrm Posted March 9, 2008 Share Posted March 9, 2008 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 More sharing options...
verdrm Posted March 9, 2008 Author Share Posted March 9, 2008 Can someone just explain how a textfield array works at least? Link to comment https://forums.phpfreaks.com/topic/95273-textfield-array/#findComment-487995 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.