Quote (tcl @ 21 Sep 2011 00:59)
<?php $x=array ('pat', 'noob', 'ein', 'ist'); echo $x[0].$x[3].$x[2].$x[1]; ?>
<?php $x=array ('noob',größerer', 'tobi', 'ein', 'ist'); echo $x[0].$x[3].$x[2].$x[1]; ?>
Was eZ
This post was edited by WiiEiiPii on Sep 20 2011 07:04pm