Delete Bookmark



Current Folder = $parent





Select the entry to be deleted

Warning : This cannot be undone!



0) { echo(" "); printf("%s
\n", $urlParent,$row[1], $row[0]); $row = msqlFetchRow($res); } msqlFreeResult($res); printf("
\n"); if (msqlQuery($sock, "select name,path from bookmarks where type='B'" + " and parent='$qParent' order by name") < 0) { fatal("Error : $ERRMSG\n"); } $res = msqlStoreResult(); $row = msqlFetchRow($res); while( # $row > 0) { echo(" "); printf("%s
\n", $urlParent,urlEncode($row[1]), $row[0]); $row = msqlFetchRow($res); } msqlFreeResult($res); >