The Bookmark Database
\n
\n";
echo "
Current Folder= $parent
\n
";
$qs="select name from bookmarks where type='F' and parent='$parent' order by name";
$rc=sybsql_query($qs);
/* check return code..todo */
$i=0;
$c=sybsql_numrows();
if ($c > 0);
while ($i<$c) {
echo "
";
sybsql_result("@0
");
$i++;
}
endif;
$qs="select name,url from bookmarks where type='B' and parent='$parent' order by name";
$rc=sybsql_query($qs);
$c=sybsql_numrows();
$i=0;
while($i<$c){
echo "
";
sybsql_result("@0
");
$i++;
}
>
">
">
";
>