I know I am missing a step and not sure what it is to connect a register page to the database, my setup is as follow
The server itself runs fine people can connect blah blah blah so no I'm not stuck at that XD
I have enabled the protocol tcp/ip in the sql config manager.
I have a website running apachie with php ( I have tried xaamp also but seems it still dose not what to connect to the database but I feel that I am missing something to get it to connect on the web end
Yes I have opened the firewall port and tested that also
I have been using this to test if it is able to even try and talk to the sql with no luck
(( I know this dose not test the connection to the database it only sees if it can even try and talk to a sql server at all))Code:<?php if (function_exists('mssql_fetch_row')) { echo "MSSQL functions are available.<br />\n"; } else { echo "MSSQL functions are not available.<br />\n"; } ?>
So I guess I'm just asking for some pointers I have tried to install the ms sql driver also and seems now it says my php5.dll is not there for whatever reason I guess all and all I'm at wits end and would like a few pointers to give me new hope to keep trying x.x



Reply With Quote


