May 16th, 2009, 10:11 AM
Hi Bwaye,
What kind of error messages are you getting? Despite all the changes that came along with FT2, the database structure of the forms table is virtually identical, so queries on that table that worked on FT1 should continue to work with FT2.
Try sticking the following line before the mysql_select_db() call:
- Ben
What kind of error messages are you getting? Despite all the changes that came along with FT2, the database structure of the forms table is virtually identical, so queries on that table that worked on FT1 should continue to work with FT2.
Try sticking the following line before the mysql_select_db() call:
PHP Code:
error_reporting(2047);
- Ben