php example

Php code posted by alekzonder
created at 27 Jan 07:19

Edit | Back
1
2
3
4
5
echo '123';
$arr[] = 123;
for ($i = 1;$i< 2; $i++) {
print $i;
}
68 Bytes in 2 ms with coderay