PHP Programming
Title: PHP Programming
Category: /Science & Technology/Computers and Cybernetics
Details: Words: 312 | Pages: 1 (approximately 235 words/page)
PHP Programming
Category: /Science & Technology/Computers and Cybernetics
Details: Words: 312 | Pages: 1 (approximately 235 words/page)
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
showed first 75 words of 312 total
You are viewing only a small portion of the paper.
Please login or register to access the full copy.
Please login or register to access the full copy.
showed last 75 words of 312 total
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!