Fix various issues
Brought to you by:
mharing
Changes
1) Cleaned up mysqlx_dbconnect method to better handle
/ output errors (faqit_setup.php )
2) Give error if you use a database name of 'mysql' for
mysql as this is a system table (faqit_setup.php)
3) mysql_create_database is deprecated and now
available if using new MySQL client libraries, so
switched to using a SQL create database statement
(faqit_setup.php)
4) Changed form1 javascript to use document.form1 as it
causes problems in some browses such as
Mozilla/Netscape. This was in several files.
5) General cleanup of some query formatting
6) Commented out "require_once 'ffsqlDB.php';" that was
causing an exception about not being found (author says
this will be addressed in next version)
The changes listed above