Hi, Im using the funciton explode, and im trying to split up sites by html, This is my code
$A_array = explode ("<a",$site_string);
but some urls start with <A, how can i split the site both by <a and by <A and put it in the same array, does anyone know, thanks.