hi i've aproblem with using php with html while i'm trying to execute php code at linux command line
#php code.php
it run properly but if i write the php code into html as
<html>
<body>
//php code
</body>
</html>
then run in browser the php code appear as text not executed