Click here to Skip to main content
15,887,027 members

Comments by W Balboos, GHB (Top 200 by date)

W Balboos, GHB 3-Jun-21 9:57am View    
Radio buttons are used so you can limit selection to one of some number of elements.

For what you're doing (what if more courses are added) you'd be much better using a <select> list. As you add elements you don't have to change the page format because you don't have to add more radio buttons.
W Balboos, GHB 2-Jun-21 8:01am View    
Regardless of whether a tag close is implied or not by the language, it is EXTREMELY SLOPPY style to not close tags properly. It will come back to bite you before long.
W Balboos, GHB 14-May-21 15:58pm View    
You see to have the feeling that Mr. Schmitz owes you a solution. You are asking him - and all who read this, for help you . . . for free, too.

From your series of questions on this same subject it seems you want it done for you: ideas then code. Posting a nasty reply won' get you much help.
W Balboos, GHB 11-May-21 9:00am View    
Considering how you are using it, you may as well (and would be human-readable better off) if you used and identity field instead of the unique identifier. The same value appearing in both tables . . . it's obviously not unique!
W Balboos, GHB 6-May-21 9:49am View    
No code - how are we supposed to know where a problem is. Are you really sending the data? Is it really being received on the server side? Is your SQL correct to insert the data into the database (and is the table field designated for it correctly defined) ?