-
Register error...
So i have my own server and all. Its running whit hamachi. Well i need register page, to peoples can join in it. I have try'ed all register page releases. But always here is some error, when i open website so i can see only something like " register.php on line 23 " or something else. So someone know how to fix it?
Right now i'm using Wizkid register page. and it says error like it : " Fatal error: Call to undefined function odbc_connect() in /www/zzl.org/d/i/s/DONTGONNATELLIT/htdocs/register.php on line 23 "
DONTGONNATELLIT is my gunz name... Also i give you guys my config infos if it helps something...
//Edit to fit YOUR requirements.
$servername = "MYGUNZNAME";
$accounttable = "Account"; //don't change
$logintable = "Login"; //don't change
//Edit these variables. If not, no regpage for you. (Or you're fuxpro with the same logins as me.)
$host = "MYPCNAME-PC\SQLEXPRESS";
$user = "sa";
$pass = "MYPW";
$dbname = "GunzDB";
Hope you guys can help me fast, because i really need it... ps. sorry about my bad english.
-
Re: Register error...
I recommend that you use Xampp which is a reliable EasyPHP have a php support that has been compiled without odbc support or its a a different package
-
Re: Register error...
i have tryed xamp and easyphp, both...right now i have both in my comp.
---------- Post added at 07:35 PM ---------- Previous post was at 07:32 PM ----------
FIXED! Don't need help anymore :P
-
Re: Register error...
Can you tell me how you fixed it?
-
Re: Register error...