s251984 Posted October 21, 2013 Share Posted October 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted October 21, 2013 Share Posted October 21, 2013 what url are you entering in your browser? it should be something like http://localhost/your_file_name.php beyond that, how exactly did you obtain php and install it to run on your localhost web server? what is your localhost web server type? Quote Link to comment Share on other sites More sharing options...
requinix Posted October 22, 2013 Share Posted October 22, 2013 You're also using smart quotes (around the "Order processed" message). Don't. Just regular "s and 's. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.