gregmelson
Posts: 19
|
| Posted: 09/18/2008, 7:03 AM |
|
Hi guys and gals
Please if anyone could help. for reference I have tried the manytomanyCheckbox example. It actually does what I want except when ever I include it on my page I get the following error
It doesn't tick the boxes anymore and if I open just that page it says the following:
"Fatal error: Class 'clsDBinternet' not found in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cansite\features4.php on line 293"
I'd prefer to know how to do the manytomanyCheckbox on a grid anyway but I'm not sure of how ? can anyone help?
I have a products table
"product_table"
id | product
1 product1
2 product2
these products have various features that are only available in certain countries on certain cars of a certain manufacturer , make and model so I have the following tables :
"link_feature_ids_table"
feature_id | product_id | country_id | manufacturer_id | model_id | year_id
1 1 1 1 1 1
2 1 1 2 1 2
3 1 1 1 1 1
"features_table"
feature_id | name
1 cool feature 1
2 flashes headlights
3 hoots
4 flashes purple
Best regards
Greg
_________________
greg
|
 |
 |
|