|
Posted by rhXX on 06/13/07 14:28
hi,
i need to begin in php. is there any tutorial to begin? (i started an
hour ago .....)
i copied this first example
<html>
<head>
<title> Hello World </title>
</head>
<body>
Hello, world!
<?php
echo 'This is my first PHP web page.';
?>
</body>
</html>
and saved as .html file, and when i open it with the browser, it
appears only the html part, but not php ....
tks in advance
Navigation:
[Reply to this message]
|