Kishore
Feb 25 2008, 01:14 PM
Hi,
I placed hello.php in my root folder,
I typed this url in my browser, It is displaying the PHP code.
How to solve this.
http://relangi.zymichost.com/Hello.phpThanks in Advance.
Turv
Feb 25 2008, 01:25 PM
You are using incorrect Tag's
<% %> is for ASP.
<?php ?> is for PHP.
Kishore
Feb 25 2008, 01:42 PM
I copied this code from some tutorial,
I will check that.
It is working
Thanks For U Help.