Searching...
Monday 10 September 2012

Integrate a PHP Programe Into Our Project

10:28 pm

Integrate a PHP Programe Into Our Project

Integrate a PHP Programe Into Our Project :


1.       Open netbeans IDE.
2.       Right click on project node > new > php file.
File name : one  > finish.
As a result one.php file gets created.
3.       <html>
<body bgcolor=”green” text =”white” >
<h1 align =”center”>
<?php
Echo “India technology PVT LTD</h1>”;
Print “<h3 align = “center”> 207, ag colony, Hyderabad</h3>”
?>
<hr color=”red” size=”5” align =”center” width=”55%”>
<h1>
<?php
$n = print(“********”);
Echo $n;
?>
</body>
</html>



0 comments:

Post a Comment