Monday, 25 May 2009

My first study in PHP programming language.

Basic PHP Start and end tags:

script should be between





For example:

echo "My name";
?>

echo"is ";
?>



A firefox browser with the script testing:



Comment in PHP




No comments:

Post a Comment