this is my explode code in menu.php:
<?php
$FileName="lists/links.php";
$list = file ($FileName);
list ($mname,$fname,$target,) = explode ("|^|","$list");
echo ("<a href=\"$fname\" target=\"$target\">$mname</a>");
?>
and this is the code in lists/links.php:
Home|^|home.html|^|_blank