phpedu

Wednesday, 29 May 2013

Refrence Variable in php

Refrence Variable 

Any variable will be called reference variable, if it contains another variable as its value.





Example :


<?php

$rex = "max";

$$rex = "www";

echo $max;

?>


Output :
           www

Posted by Unknown at 04:20
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ▼  2013 (40)
    • ►  June (10)
    • ▼  May (30)
      • Javascript code to match password and re-enter pas...
      • File System or File Handling in PHP
      • Object Oriented Programming in PHP
      • Refrence Variable in php
      • How to unziped a directory using php
      • Create zip file using php
      • Super Global Variable $_SERVER In PHP
      • Server Side Form Validation using php
      • how to rotate a image around circle using javascript
      • php program to find factorial of a number
      • php progarm to fibonacci series
      • javascript form validation
      • combo box using javascript or select state and cor...
      • login and logout script using php
      • html form processing using php
      • date() in php
      • use of session in php
      • download and read file using php
      • image or file uploading using php
      • array in php
      • string in php
      • loops in php
      • php conditional statement
      • php constant
      • php variable
      • php operators
      • data type in php
      • php syntax
      • php introduction
      • history of php

About Me

Unknown
View my complete profile
Watermark theme. Powered by Blogger.