First PHP program
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
Save it as hello.php
Then Add some jquery or CSS effect with it and get enjoy.
<body>
<?php
echo "Hello World";
?>
</body>
</html>
Save it as hello.php
Then Add some jquery or CSS effect with it and get enjoy.
Labels: Noob


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home