Page 1 of 1

PHP Not running on my two browsers

Posted: Mon Oct 25, 2010 10:53 pm
by shaggydeh
i am new on php i installed xampp server that is running but i can not run it on my IE8 and Firefox 3.61 for the past 2weeks i created this file below using Notepad++ the output i got after running on the two browsers was blank

Code: Select all

<?php
"hello world!";
?>
i saved as thing.php

i typed http://localhost/thing.php on my 2 browsers but i got a blank output not hello world!
Who can resolve this for me i can not learn php until i can resolve this.

Re: PHP NOT RUNNING ON MY TWO BROWSERS

Posted: Tue Oct 26, 2010 12:43 am
by josh
try instead:

Code: Select all

<?php
echo 'hello world';
please use

Code: Select all

 tags. (quote my post to see how to put the code blocks)

Re: PHP NOT RUNNING ON MY TWO BROWSERS

Posted: Tue Oct 26, 2010 1:02 am
by Benjamin
:arrow: Moved to Installation and Configuration
:arrow: Removed All Capital Title