MSSQL PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Flash05
Forum Commoner
Posts: 25
Joined: Thu Dec 18, 2003 3:16 am

MSSQL PHP

Post 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.
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

What does the error say?
Flash05
Forum Commoner
Posts: 25
Joined: Thu Dec 18, 2003 3:16 am

Post 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.
Flash05
Forum Commoner
Posts: 25
Joined: Thu Dec 18, 2003 3:16 am

Post 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!
Post Reply