Retrieving tickbox details from an access database using PHP.?

triggermorf

New member
I am retrieving data from an access database using PHP and display it within a table. When I try and retrieve a tick box from the database I get an error. The error happens on the following line in my code "<?php echo $formRs->Fields['check_details']->Value ?>". Does PHP have a problem with tick boxes or is my coding wrong? Any help would be great as I am very new to PHP.
I am using an access database because I am doing the website for a friend and they want to use there current access database. If it was up to me I would be doing using a MySQL database.
 
Back
Top