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