PHP Programming
Date Submitted: 11/06/2002 00:56:46
Hello, And Welcome To The Wonderful World Of PHP Programming! PHP (Hypertect Preprocessor) Is A Quite Easy Language To Write, After You Get To Know What You Are Doing, Just Like Everything In Life! Here Are Some Simple Scripts To Help To Get You On Your Way To Mastering The Language!
The Following Code Will Display The Word 'hello' On Your Page!
<?php
echo"hello";
?>
You May Also Want To Spice This Code
Is this Essay helpful? Join now to read this particular paper
and access over 480,000 just like this GET BETTER GRADES
and access over 480,000 just like this GET BETTER GRADES
This Is Right:
<?
include("hello.php")
echo"<font color=red>Hello</font>";
?>
Next, we can use variables. you can assign a number/sentence/letter to a VARIABLE
$greeting="hey whats up you";
<? echo"$greeting"; ?>
this will display 'hey whats up yo' with one simple word, and you can use it in many spots!
there is a quick, yet simple few codes for php. hope you like it!
Need a custom written paper? Let our professional writers save your time.