Variable interpolation

Mon Oct 27, 2008 11:34 pm

Code:

<?
$this
= "this";
$that = "that";
$the_other = 2.2000000000;

print(
"$this,$not_set,$that+$the_other<BR>");

?>






  Related Posts  to : Variable interpolation
 different between Local variable and Global variable     -  
 linear interpolation array c++     -  
 Nearest neighbor interpolation in C++     -  
 Unset variable     -  
 PHP variable in javascript     -  
 transient variable     -  
 how to call a global variable?     -  
 Delete session variable     -  
 Variable Size Arrays     -  
 Passing a Reference Variable     -  

Topic Tags

PHP Variables