Jump to content

Executing PHP SOURCE CODE


yrstruly

Recommended Posts

Hello I have installed Xammp on my laptop running windows vistaI also have been using skype and did stop the use of port 80 as it blocked appache running. It all seems to be working now, accept for when im running my php code, it shows the page with the source code, what is missing/wrong? Thank you

Link to comment
Share on other sites

If it is showing the php code it means it is not executing php. It could be for several reason.If you have not php installedif you have not apache module of php not configured to execute php fileYou are not using localhost when calling the page. if you open the page using local file without using localhost it wont execute As for XAMPP installation you should not have face first two reason as they take care of the configs for convenience and it should work almost instantly.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...