Im sure your all aware of those checkboxes on price comparison sites that allow you to compare product specs side by side....well thats what im trying to do with not much luck.
my checkboxes are not submitting the data to the results page
Im using Dreamweaver with a MySql database, so ive made a enum column for the Y - N values, set the default to N
What should i be doing? i cant really find any helpful tutorials on this.
should there be a recordset query on the results page that captures it?
Be around a bit longer today, but have to go to hospital tomorrow. Will hopefully be recovered enough to be online in the evening, otherwise i`ll have a look friday.
Im not a coder just a dreamweaver, but making an effort to pick things up.
Remember this is inside a repeat region.
On the results page i have draged a data source that corresponds to the enum ('Y', 'N') table column from the Data Bindings panel ....so far its only returning 'N'
Ive tried toying with the following two codes (prod_check is my enum column)
Hey Tbp,
Ive used your code, but im still getting the same problem.
I stuck a ";" before foreach and $variable_number as it was giving me a Parse error: syntax error