• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

2.2.3 register php code

Banned
Banned
Joined
Apr 19, 2012
Messages
125
Reaction score
3
can you help me busman about that :) i have a problem about this
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 65
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Sep 9, 2009
Messages
1,312
Reaction score
313
Make sure this part is correct

<?php error_reporting (E_ALL ^ E_NOTICE);

//MSSQL settings
$db_user = 'MSSQL USER NAME'; // SQL ID
$db_pass = 'MSSQL PASSWORD!'; // SQL PASSWORD (change it to your password mssql)
$db_base = "RF_USER"; // SQL BASE name (don't change it's by default)
$db_base2 = "BillcruxRF"; // SQL BASE name (don't change it's by default)
$db_host = "YOUR IP HERE"; // SQL HOST (change it to your IP ex : 127.0.0.1)
 
Upvote 0
Back
Top