Jump to content

PHP Not displaying properly


Recommended Posts

Hello,

 

First of thank you for taking your time reading this, I have a question about what is wrong with my webserver. I made a website using PHP on my local WAMP server. I uploaded it to my webserver this morning and as it turns out something like 

 

<?php echo '<p>Hello World</p>'; ?> 

 

gets compiled to

 

Hello World

'; ?>

 

I honestly have no idea what I have done wrong and I cant seem to find this anywhere...

 

Hope to hear for someone soon

 

Trevi

Link to comment
Share on other sites

if you do a 'view source' of that page in you browser, do you see the complete original raw php code?

 

if so, either your live web server doesn't have php installed or the file extension of that page (it should be .php, using anything else requires that your web server be configured to treat it as php code) isn't configured to be parsed as php code or php isn't enabled in the folder where you put your files.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.