- Joined
- Dec 30, 2008
- Messages
- 101
- Reaction score
- 10
Now how do i enable it:?:
delete the ";" from
Code:
;extension = php_mssql.dll
Code:
extension = php_mssql.dll
Now how do i enable it:?:
;extension = php_mssql.dll
extension = php_mssql.dll
delete the ";" from
so it looks likeCode:;extension = php_mssql.dll
Code:extension = php_mssql.dll
Fatal error: Call to undefined function mssql_connect()
in C:\wamp\www\register.php on line 132
$connection = mssql_connect('COMPUTER', 'sa', ' '); //Change YOURHOST and YOURPASSWORD
Im getting.
Code:Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\register.php on line 132
this is my line 132
Code:$connection = mssql_connect('COMPUTER', 'sa', [B]''[/B]); //Change YOURHOST and YOURPASSWORD
i do not have a password set for my mssql as it is a test server for me only.. any idea's? if not ill just redo my mssql with a pass
No space for the password. Also, you need to download the mssql extension for php.
Some idiot just tried to sql inject me with the string I usually use. (Alex from CyclopsFlyFF) He'll enjoy a nais present. <:
The MSSQL extension is not enabled on your PHP. Enable it on your php.ini and try again.
extension=php_mbstring.dll
;extension=php_ming.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_mbstring.dll
;extension=php_ming.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
$MD5Code = "kikugalanet"; // Your Neuz MD5 Code
$dbAddr = "5.218.168.71"; // Your MSSQL Host IP
$dbName = "ACCOUNT_TBL"; // Your Account Database
$dbUser = "sa"; // Your Database user
$dbPass = "****"; // Your Database User password
thank you for the reg page but how can i link it to a site...with out the white screen
<?php
include 'register.php';
?>
i got the whit screen and i have enabled the mysql in php.ini
you need to enable mssql. not mysql.i got the whit screen and i have enabled the mysql in php.ini