dwkelley86 Posted July 22, 2008 Share Posted July 22, 2008 Hello. I've recently installed XAMPP on my machine and... well, I figure htdocs is the default for all files, including PHP (Everything is installed as service) I put the PHP files I have into the direction, along with the associated HTML files (If any). I try to run them, but there's a problem where Firefox keeps opening an infinite number of tabs, all displaying Untitled. Has anyone else found this issue before? Are my files in the wrong directory? Keep in mind, it's on Windows XP and i did the default installation. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 22, 2008 Share Posted July 22, 2008 It's most probably what you're trying to do that is causing it. How are you running the files? You should go to http://localhost/yourfile.php to run your PHP scripts. If your script is causing tabs to be opened then its something to do with your code. Quote Link to comment Share on other sites More sharing options...
dwkelley86 Posted July 22, 2008 Author Share Posted July 22, 2008 It's most probably what you're trying to do that is causing it. How are you running the files? You should go to http://localhost/yourfile.php to run your PHP scripts. If your script is causing tabs to be opened then its something to do with your code. Man I feel dumb for that... XP You were right; it was EXACTLY how I was running it. I'm doing it your method now and it works GREAT. Thanks. =D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.