Posted by Harold on 06/19/06 00:16
Hello Harold,
> 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
More information as requested
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
i hope i cleared that up
Navigation:
[Reply to this message]
|