Text field array problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jtjochum
Forum Newbie
Posts: 1
Joined: Fri Feb 20, 2009 10:18 am

Text field array problem

Post by jtjochum »

I have a textfield that is being displayed from a dataset. It holds the contents of a database field that I want to update but I can't seem to isolate the uniqueness of the text field and associate it with another field in the database. I've tried creating an array on the id like 'id = idname[]' but don't know how to refrence it after passing it through the form. HELP!!!
Post Reply