Home PHP Ajax Regex Interviews Contact us    

PHP


Interview Questions


Assignment Operator

The basic assignment operator is "=". Assignment operators are used to set a variable equal to a value or set a variable to another variable's value. Such an assignment of value is done with the "=", or equal character.

Example

<?php
$var = 10;
$new_var = $var
?>
Now both $var and $new_var contain the value 10.


Feed Back of this Topic
 
Name :
Email :
Topic :
Comments :

Ajax


Regular Expression


 
Copyright © 2007 123developers.com
Contact us | Disclaimer