[ create a new paste ] login | about

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

martin@mustbebuilt.co.uk - PHP, pasted on Jun 25:
1
2
3
<?php echo "Today I won £", 5;?>
<?php $prize = 5 ;?>
<?php echo "Today I won £", $prize, "in the raffle";?>


Output:
1
Today I won £5Today I won £5in the raffle


Create a new paste based on this one


Comments: