Sunday, 24 February 2013

PHP:Variables

Lectures#3

Hi!guys today i want to talk about the Variables of the PHP......................................

so here we go..........................................................................

PHP variables like a constraints use for sorting information....

see example below..................................................................................

<?php

$a=10;
$b=5;
$c=$a+$b;
echo $c;

?>

echo is used for print purpose...................

It is related to................algebra
 like a=10;
        b=5;
       c=a+b;
c=15 Result


  •  A variable start with the sign $ followed by the variable like  $a
  •  A variable name must start with letter or the underscore character
  • Variable contain alpha numeric character and underscore character
  • A variable name does not contain space
  • Variable names are case sensitive ($a and $A)
 Declaring PHP variable

It is not a command for declaring variable...
  variable is created as

$s="text-here";
 $a=5;

Above the two variable is  declare

 when $s is executed then text-here value is print
and when $a is executed then  value is 5..........

PHP Variables Scopes
  • Local
  • Global
  • Static
  • Parameter


  To be continued ......................................


For learning PHP and other Programing languages ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,subscribe my bloger feed..
                 

                                    Thanks





Related Posts:

  • Superbird is the alternative to Google Chrom Best and Free download Superbird Browser for myITbird  click below and download now Superbird is the alternative to Google Chrome Super… Read More
  • Lecture #5 PHP Hi!guys Today i want to talk about the php string variables and much more.................. so here we go.................................  look… Read More
  • sikkinc-Home ||tempe bicycle|| ||arizona beach cruiser|| ||beach cruiser|| ||sikkinc|| ||hbbc|| ||micargi|| ||tempe beach cruiser|| ||Huntington Beach Bi… Read More
  • Chat point ! Visit here and meets millions of people share their feelings with them directly also share problem with him and find solutions thanks Don't miss t… Read More
  • Sell Your Macbook Now Sell Your Macbook,Ipone,Ipade Normal 0 false false false EN-US X-NONE X-NONE … Read More

0 comments:

Post a Comment