Posted by Harold on 06/18/06 13:01
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 user id( lets call that userid) along with any
of the items that are checked only.
any help appreciated.
Thanks
Navigation:
[Reply to this message]
|