Joseph Adenuga <jadenu...@yahoo.com> wrote:

>
>
>Operating System: Window XP
>
>PHP Version: 5.2.5. with Apache 2.2.8
>
>My Firefox browser returns (Output) the same php script code I inserted
>in Notepad:  <?php
>
>    echo "<h1>Hello
>Web!</h1>";
>
>?>
>
> 
>
>Please, what am I doing wrong?

How are you calling the script? If you're just trying to open the file in a 
browser then it won't work, you need to call it from a web server (apache or 
iis). Most usually this is from the url localhost/script.php or 
127.0.0.1/script.php

Let us know how you're calling it and we can help further.

Thanks,
Ash
http://www.ashleysheridan.co.uk
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to