YOUR1
Joined 7 May 2013
Me, me, me! edit
<?php
$name = "Youri";
$hobbys = array('developing', 'gaming', 'wifey');
$skills = array('php', 'html', 'js', 'c#');
sprintf("Hello my name is %s, Nice to meet you. I've been developing for quite some time now.", $name);
sprintf("My skills and hobbys are <pre>%s</pre> <pre>%s</pre>", print_r($skills , true), print_r($hobbys, true));
?>
Contact edit
Github: https://github.com/YOUR1