Variables related 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

Didy
Forum Newbie
Posts: 9
Joined: Mon Feb 27, 2006 6:27 pm

Post by Didy »

ok , will try later and tell you if i a was succesiful

Thank you !
Didy
Forum Newbie
Posts: 9
Joined: Mon Feb 27, 2006 6:27 pm

Post by Didy »

Ok still having problems, and problem is that i can't make those variables as names of my controls (chekbox and hiddenfield) so i would kindley ask you if you could provide me some example of that code which will with echo command make checkbox and hidden field in the way that their names are ID of curent line.
Sorry one more time for all those troubles. :oops:
User avatar
chrys
Forum Contributor
Posts: 118
Joined: Tue Oct 04, 2005 9:41 am
Location: West Roxbury, MA (Boston)

Post by chrys »

When you're echoing the table... you echo the id.. so just echo the same id into <input type="checkbox" name="accept[$id]" value="1">
Post Reply