Monday, 1 April 2013

simple php script

A SIMPLE PHP PROGRAM

first in your pc install a web testing server which supports php scripts. then you can design a php file in web designing software like macromedia dreamweaver or even in a simple notepad file. the scripts is

<?php

echo "hello world";

?>


this is the simple most script. save this file as extention .php test the file using testing server like wamp server.

No comments:

Post a Comment