XAMPP can't see PHP output in browsers

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
hawkhm97
Forum Newbie
Posts: 1
Joined: Mon Nov 14, 2011 9:45 am

XAMPP can't see PHP output in browsers

Post by hawkhm97 »

XAMPP can't see PHP output in browsers
reinstalled XAMPP can see HTML code but thats all.... HELP
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: XAMPP can't see PHP output in browsers

Post by social_experiment »

hawkhm97 wrote:XAMPP can't see PHP output in browsers
reinstalled XAMPP can see HTML code but thats all.... HELP
Where do you place your php documents? In XAMPP the 'root' folder is htdocs and to access files as if they were on a webserver you would use http://localhost/yourphpfile.php
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply