PHP Basics
In this tutorial we will help you understand how to use php.
Category: Coding
Views: 3054

PHP Basics Welcome to the php basics tutorial! In this tutorial we will help you understand how to use php.

First off, you need to know how to open php tags and close them.

Code:
Thats opening a tag.

Code:
?>
And thats closing a tag.

All you're php work goes inside those tags.
Now, if you want to print something onto the page you use this.
Code:
echo 'Hello world!';
?>
That would output the words Hello world.

Next we are going to create a variable.
Variable's hold data.
For example:
Code:
$variable = 'Hello world!';
echo $variable;
?>


As for checking we would use an if statement.
Code:
$one = 1;
$two = 2;
if($one==$two){
echo 'one is equal to two.';
}
else{
echo 'one is not equal to two.';
}
?>

what this does is it checks if the data in variable $one is the same as the data in variable $two.
If it was it would have output one is equal to two but because it isnt, the else statement returned one is not equal to two instead.

If you would like more help with this tutorial please register and visit the forum.

About Michael

Michael Dunlop Michael Dunlop personal statement

“But I am already older than 21”, I hear you cry. Don’t worry, despite the name, the information and advice is more geared towards retiring prior to having a fake hip installed.

Website Sponsors
Get Retire at 21's FREE Secrets

Get Retire at 21's FREE Secrets

Find out how I'm going to Retire VERY Early Subscribe for my Free Secrets Privacy Guaranteed. 100% Spam free.

Join The Forum
Recommended Websites
Credit card processing made easy! Same day approvals, no application fee, free setup, 24/7 customer support, free equipment, and more. Cardaccept is the clear choice.
Create stuning Flash websites at Wix.com, Seo Friendly, Drag & Drop builder.
How do you go from making $25,000.00 a year to $25,000.00 a month? Auto-Pilot residual system - step by step formula for creating a truly automated income on-line.
Rob Benwell, a UK millionaire bloggers reveals in this step by step blueprint how he makes as much as $90,480 a month from just a few hours work.
Looking for a Fool-Proof way to earn a steady $500 to $1,000 per Week... starting today? I don't think Michael Dunlop or Ryan Deiss told you about this at retire at 21.
 
Advertise Here
Feature Interviews
Ryan Deiss is a self-made Internet ... Read more
Interview with Yaro Starak of Entrepreneurs-Journey.com is ... Read more
Darren Rowse is perhaps the most famous ... Read more
This is an awesome interview. I ... Read more
Recommended Resources