Hi guys, i’m a total noob, trying desperately to create a little script just for a fun project in the hope to learn along the way. It’s probably very basic for most out there, but for me it is far from it. So what i have at the moment is simply information from a database displayed with check boxes beside it. What i would like is to add “DiscNo” to MYTABLE if the check box has been selected.
My Code so far :
[php]
Tag | Description | DiscNo | View Songs | |
---|---|---|---|---|
"; echo " | " . $row['Description'] . " | "; echo "" . $row['DiscNo'] . " | "; echo "" . $row['TrackNo'] . " | "; echo "View Tracks | "; echo "
I have absolutely no idea how to go about this, so any help at all will be greatly appreciated.
Thanks