Jump to content

PHP Not Working Properly


Recommended Posts

Hi,

When I try to run phpinfo(), nothing is displayed in the browser. When I test with following code

 

<html>
 <body>
 <?php echo "<p>Hello World</p>"; ?>
 <?php echo ‘<p>Order processed</p>’;?>
 </body>
</html>

 

the output comes like this

 

Hello World"; ?> Order processed’;?>

 

Can you please help me to solve this issue?

 

Thanks in Advance

Jo

Link to comment
https://forums.phpfreaks.com/topic/283170-php-not-working-properly/
Share on other sites

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.