Pages

Monday 15 December 2014

write a first programe in php

Create a  PHP Program and run in WAMP



1.open the dream weaver..and select the PHP.


2   Write the program in php such as :---

<?php 
echo "helloooo world this is my first program in php ";
echo "you can write it";
?>

3.Save the program such as hello.php in c:\Wamp\www\
4  Run the program it:
 5. Select the Localhost  and open the file 

0 comments: