Please change the details of the link or directory below.
If you change a directory rather than a link to a specific URL, the
URL field is ignored.
0)
{
printf("Title of the page:
\n"+
"URL to the title page:
Authors' name:
\n"+
"Contact address:
\n",
$row[1],$row[2],$row[3],$row[4]);
printf("Brief Description:
\n"+
"Suggested by:
\n"+
"
Link Type: ",$row[5],$row[6]);
if($row[0] == "F")
{
echo("Directory");
}
else
{
echo("Link");
}
$row = msqlFetchRow($res);
}
msqlFreeResult($res);
$value=urlEncode($parent);
>