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. Link to comment https://forums.phpfreaks.com/topic/116049-php-infinite-tabs-running-xampp/ 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. Link to comment https://forums.phpfreaks.com/topic/116049-php-infinite-tabs-running-xampp/#findComment-596748 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 Link to comment https://forums.phpfreaks.com/topic/116049-php-infinite-tabs-running-xampp/#findComment-596764 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.