Form Input variable into array - Please help

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

User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: Form Input variable into array - Please help

Post by andyhoneycutt »

Try this:

Code: Select all

$output .= "<input type='text' name='exchmemberid' value='{$a3[exchmemberid]}'></font></td>\n";
Post Reply