i checked the search page to the results page, the results page opens a blank page meaning a php error is occurring, but error reporting is turned of. i turned on error reporting and it shows this error:
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home5/northfl3/public_html/Admin-Blog/TBBlog_results.php on line 87
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home5/northfl3/public_html/Admin-Blog/TBBlog_results.php on line 91
so i looked at the connection file being used, it is a MySQLi, connection, Data Bridge does not support MySQLi at this time, you need to use a standard MySQL connection with Data Bridge.
We are hoping to have an upgrade out first quarter of next year to add MySQLi support in Data Bridge.
on this one:
http://northfloridatherapy.com/Admin-About/XXTBABOUT_search.php
the problem was that the connection line came after the update code, i moved the connection line to be before the update to fix it.