could have also used explode()

$pie = explode(";", $string);

if you didn't want to use preg_split

Does anyone know how I would go about doing this ?? could I just something like <link... > statement? or does PHP code need something more sophisticated?
not sure what you mean by this, elaborate ?