Monday, March 4, 2013

php for beginners


Three steps  to learn PHP on windows


<!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP Program!";
?>


</body>
</html>

No comments:

Post a Comment