"Dynamic Pages based on user selected check boxes "

July 11, 2003 by niclas meyer

well, U could do an SQL statement like this (assuming you are using a database to store all data)

sql="SELECT titel,body,content FROM $table WHERE $title LIKE '$userInput'";

"titel,body,content" should be columns in your database.

$useInput should be the users choice from selecting different checkboxes.

then u have to implement it into whatever serverApplication u prefer to use... 

reg: cleaner

It enables you to easily display words that correspond to a checkbox value in your database.

July 23, 2003 by Kenny Darcy

 

Hi yea, There is a wonderful extension that does some of what you want, It enables you to easily display words that correspond to a checkbox value in your database. With this the words the checkboxs give can be used in your SQL query. http://robgt.com/products/details.asp?pid=14

I have found Robs great free extensions very very good over the last few years and I believe it was very good of him to have updated them for MX usage.

Regards

Kenny