php files don't display properly after I installed XAMMP?

  • Thread starter Thread starter blue sky
  • Start date Start date
B

blue sky

Guest
I had the XAMPP installed, but my php file still doesn't display properly. It displays the same before I installed XAMPP. I am sure that my php file doesn't have any errors. And none of the php files on my Mac displays properly. Any help will be appreciated.
 
You can't just open the files in your browser. You have to open them in your server, which is called localhost, usually a folder called /htdocs/ in your xampp directory. So I open stuff as http://localhost/mystuff/etc... It's easier just to put your php projects there than to try to address them through localhost and your C drive. âˆ*°)
 
Back
Top