Jump to content

PHP not working on local host


justin7410

Recommended Posts

Hey guys,

 

I am trying to add some php to my website .. currently i was building the HTML frame of the site.

 

i am working on my pc with a wamp server as a localhost

 

now as i was trying to use PHP ( include() , echo , etc.. ) does not seem to be working,

 

the html and the website is running just fine and is not giving me any problems.

 

any suggestions on how to get the PHP to work ? 

 

any extra info needed to solve this issue ?

 

thank guys

 

cheers,

 

 

Link to comment
https://forums.phpfreaks.com/topic/284090-php-not-working-on-local-host/
Share on other sites

a) what URL are you using in your browser's address bar to request the main page? it should be http://localhost/your_main_file_name.php

 

b) partly related to the above, what extension does your file have, this must be .php

 

c) what opening php tags are you using? using full <?php tags will always work, short ones <? not so much.

 

d) partly related to the above, what does the 'view source' in your browser of your page containing php code look like?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.