[ create a new paste ] login | about

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

PHP, pasted on Dec 6:
1
2
3
4
5
6
7
8
<?php
$count=3;

?>

<?php
echo($count);//does not print the value
?>


Output:
1
2

3


Create a new paste based on this one


Comments: