Page 1 of 1

MSSQL PHP

Posted: Tue Jan 20, 2004 11:30 pm
by Flash05
Help... I made a script that access MS SQL using PHP. When I view it on my pc "http://localhost/mssql.php" it works fine. But others try to view it "http://192.168.0.21/mssql.php", it won't appear on their browser, an error html appears instead. The script uses "sa" account with no password.

Posted: Tue Jan 20, 2004 11:43 pm
by Gen-ik
What does the error say?

Posted: Tue Jan 20, 2004 11:59 pm
by Flash05
page cannot be displayed and a window pops asking for password. though it seems that all .php can't execute. i let them access .htm and was able to see it.

Posted: Wed Jan 21, 2004 12:05 am
by Flash05
I let them access .htm page that calls a .php file. After pressing the submit button (that calls .php) the window popped asking for password. How can i solve this so that they can view my pages? tnX!