Posted by Harold on 06/19/06 20:03
keep in mind in am new to PHP.
here is a snippet of some of the checkbox options...
<tr>
<td><input type=checkbox name=skill04/>Ad Design</td>
<td><input type=checkbox name=skill05/>Animation</td>
<td><input type=checkbox name=skill06/>ASP</td>
</tr>
what i want to do is pass a userid( lets call that userid) along with
any of the items that are checked only.
userid is from a text box entry
so if ad design and ASP are only selected i want both of them in the table
user id | skill
----------------
123 | Ad design
123 | ASP
any help appreciated.
Thanks
[Back to original message]
|