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!
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.
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.
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!