Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Variable interpolation

Tue Oct 28, 2008 12:34 am

Code:

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

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

?>






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

Topic Tags

PHP Variables