chaîne PHP pour tableau
$array = explode(' ', $string);
Sleepy Squirrel
$array = explode(' ', $string);
$array = str_split($string);
explode(" ","Geeks for Geeks")
window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=350,height=250')