Pages

Saturday, August 27, 2011

Embedded Script


Embedded Script
Embedded script is A PHP file normally contains HTML tags, just like an HTML file, and some PHP scripting code.
For example :
<html>
<head>
<title>Embedded Script</title>
</head>

<body>
<?php
echo “ Let learn about PHP 5”;
?>
</body>
</html>

No comments:

Post a Comment