I had it working like that before with help from the guy above although because the option value is expanded with data in the database, a user could edit the URI to break compatibility. For instance,...
I forgot one important element though which is that I was using the explode function, because in the table some cartridges are compatible with several printers.
...
Sorry we're actually talking about two different things. The post data works OK and I can see further information regarding the printer ID selected (with a checkbox), however what I would like to do...
Thank you so much. It didn't work at first but I put the java script BELOW the PHP and it works. Obviously by the laws of PHP loading server side and then Java on the client, I figure this makes...
I have a PHP query that displays a response from my database in a while loop. What I have done is list several checkboxes that then gives additional data when selected and POSTed. The...
Basically I just want javascript to recognise the radiobox click so that the user doesn't then have to press a Submit button as well. I had this working before with an option box however when the...
This isn't exactly what you were asking for, but I hate to see people go down the path of creating physical links. I find it ugly and unmaintainable once your list of links grows.
I have made a PHP script that queries a database and uses the reponse to display multiple radio boxes (using a while loop). What I would like to do is have the page URI updated when a...
I've been looking around the universe of Google but can't find anything that is applicable with the "type" of radio boxes I'm using.
I did a little bit of brainstorming and what I came...