I could really use some help. I've been battling registration scripts for a week or more. I can't get any of them to work. Any help would be wonderful.
Thank you.
**EDIT** I keep receiving the "Database Connection Error!"
Even though all of my server info is correct in the db.config
$dbHost = '127.0.0.0.0';
$dbUser = 'XXX';
$dbPass = 'XXX098';
Using that format.
**EDIT**
I have made some headway. But now I get this.
Thank you.
**EDIT** I keep receiving the "Database Connection Error!"
Even though all of my server info is correct in the db.config
$dbHost = '127.0.0.0.0';
$dbUser = 'XXX';
$dbPass = 'XXX098';
Using that format.
**EDIT**
I have made some headway. But now I get this.
Code:
Warning: odbc_prepare() expects parameter 1 to be resource, null given in /usr/www/xxxxxxxx/public/php/registration/register.php on line 25 Warning: odbc_execute() expects parameter 1 to be resource, null given in /usr/www/xxxxxxxxx/public/php/registration/register.php on line 27