im trying to print an array using implode, but i want to tweak it, so the "glue" of the implode show every two element, and not in every element.
$nombreNombre=array('josh','13','mike','44','dude','98','scott','450');
echo '<li>' . implode('</li><li>', $nombreNombre).'</li>
with that im getting:
and i want: