Variable interpolation : Print : Development PHP Source Code


PHP Source Code » Development » Print »

 

Variable interpolation



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

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

?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» Print