[ create a new paste ] login | about

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

PHP, pasted on Apr 16:
1
2
3
4
5
<?php

$nombre= "Diego";

echo "Hola" $nombre;


Output:
1
2

Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' on line 5


Create a new paste based on this one


Comments: