Please help me for register page php.

07/21/2010 23:08 PrettieEyez0#1
i need help for register php . my register php dont work -.- ..
07/21/2010 23:47 MMOPerfectionİ#2
What error are you getting?
07/22/2010 00:10 PrettieEyez0#3
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\fndk\register.php on line 117
07/22/2010 03:20 pieter#4
your webserver doesnt have the MSSQL module enabled
07/22/2010 04:46 Bullet2l#5
YES, pls search janver post.
07/22/2010 07:51 Zombe#6
Go to:
xampp/php/php.ini (assuming u use xampp)
Search for "mssql" in that file, the first line you find has a semicolumn before it, remove it, restart apache service.
Enjoy ^^
07/22/2010 12:31 PrettieEyez0#7
dont work :(
07/22/2010 12:47 PrettieEyez0#8
Please help me ><
07/22/2010 13:45 pieter#9
stop apache
open apache.conf

find the loadmodule rule for mssql

remove the #
save apache.conf
start apache
07/22/2010 14:05 PrettieEyez0#10
:( dont work... :( please add me on msn :

[Only registered and activated users can see links. Click Here To Register...]
11/19/2010 05:11 williammurphy812#11
i need help i have a coproj server and cant link my register page with the game. i have an error like this

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\register.php on line 59
Total Accounts:


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\register.php on line 67
Total Characters:

please tell me what i need to do to get it linked ...
11/19/2010 11:35 NicoBlacktir#12
rofl :D
11/19/2010 17:29 janvier123#13
This question has been posted: 652 times, you should like to search ?

Quote:
Originally Posted by janvier123 View Post
well its easy
open your PHP.INI in your xampp or whate even you use
path for xampp "\xampp\php"

and look for

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

Find:

;extension=php_mssql.dll

note that there is a ; before the line
remove the ; save file and restart xampp

you should have

extension=php_mssql.dll

That's it :)