Sponsered Links
Categories
Sponsered Links

Combining HTML and PHP

 

This example shows how to write html and php code together in a single application.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Combining HTML and PHP</title>
</head>
<body>
<strong>
<?php
print "Combining HTML and PHP";
?>
</strong>
</body>
</html>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved