Pictures
home
help
logout
Edit Picture Groups
query_select( "SELECT * FROM images WHERE grp=FALSE" ); echo "
$nrows
pictures are available.
"; while( $row = $db->fetch_assoc() ){ $a = "
"; $a .= (($row["rls"] == 1) ? "(public)" : "(not published)") . "
"; echo "
" . $row["filename"] . "
" . $a . "
" . "
Preview
" . "
Edit
" . "
Rename
". "
" . $row["filename"] . "\"> Delete
" . "
"; } ?>