iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning PHP Course: Variables - www.itechcollege.com PHP Course: Variables - www.itechcollege.com
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
C++
ASP.NET
SQL
AJAX
FTP
XML

courses > PHP > Variables

Variables

All PHP variables must starts with $ and follow by a name combined with any of characters:

$my_var;

Note: a variable name can not starts with a number. For example, "$3men" is incorrect.

We can declare and define a variable something like that:

$my_var = "I love PHP";

Much easier than Java, you don't have to be careful about the types of variables in PHP. Any variable can be an integer, floating-point number, string, object, or an array:

$my_var1 = 240;          // integer
$my_var2 = 1.40;         // floateing-point number
$my_var3 = "I love PHP"; //string

Note: a string must begin and end with a pair of either single (' ') or double (" ") quotes.

We can combine the values of two variables:

$my_var1 = "I love ";
$my_var2 = "$my_var1 PHP";
echo $my_var2;

The output is:

I love PHP

To take two strings and combine them into a single string, we use the period operator ("."). For example:

<?php

     $a = "Hello, ";
     $b = "welcome to my website!";

     echo $a . $b;
?>


  Back to Index Page
 Next Page:  

Basic Tags
Statements Comments and Characters
echo
Variables
Array
Loop
The If Statement
Function
Send and get Query String
Date and Time
Cookies
Environment Variables
Use Database
Create Graphics


Online Education, Online Training for Your Job, Distance Education, E-learning Programs for Your Career!Online Colleges, Online Universities, E-learning & Distance Education for Your Career! Easy Job Training & Online Courses.


   Email A Friend  
 
Earn Online Degree
for Your Job
I found a job after I earned an online degree!
Online classes for finding a Job. Online College, Online University, Degrees, E-learning school, online certificate Earn your
online degree now!
Online Training
for Good Job
Why I work so hard but earn so little? Why I cannot find a high paying job?
Online training for a Good Jobs. Online Degree, E-learning school, online certificate Go to
online school now!

Copyright ©2024, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech