Thursday, December 22, 2011

How to write php

In html file:

[php]

<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Welcome to php language";
?>
</body>
</html>

[/php]

In php file:

[php]

<?php
echo "Welcome to php language";
?>

[/php]

All of pages out put will be: Welcome to php language

1 comment:

  1. I just want to tell you that I am just newbie to blogs and seriously liked your web-site. Almost certainly I’m want to bookmark your site . You absolutely come with awesome stories. Thank you for sharing with us your webpage.

    ReplyDelete

Note: Only a member of this blog may post a comment.