Follow on Facebook

header ads

How to use php in html


how to use php in html




<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>how to use php in html</title>
</head>
<body>
<h3><?php echo"How to use php in html tags"?></h3>
<input type="text" value="<?php echo 'demotext'?>" name="">
</body>
</html>





Post a Comment

0 Comments