[ create a new paste ] login | about

Link: http://codepad.org/gvua8r8i    [ raw code | output | fork ]

PHP, pasted on May 23:
1
2
3
4
5
6
7
<?php

$one = 'one'; 

$test .= 'Number '.$one; 
echo $test; 
?> 


Output:
1
Number one 


Create a new paste based on this one


Comments: