|
What's going on?
Excuse me but I really don't understand what is wrong with my php file? I upload the following file in public_html:
----------------------
<html>
<head>
<title>Exemple</title>
</head>
<body>
<?php
echo ("Hi, I am a PHP script!");
?>
</body>
</html>
-------------------
and I chmoded it 777 and I made sure public_html was also 777 but I get nothing on the screen when I visit the file from the web!! Can you please tell me what is wrong with this!!!
Thank you for your cooperation
__________________
-------------------------------------
Almaarifa.net
Learn. Collaborate. Your way.
-------coming soon---------------
|