Functions
database_init(int this_ID, string servername, string username, string password, string database_name (optional))
database_create(int this_ID, string new_db_name, bool silent (optional))
database_delete(int this_ID, string delete_db_name, bool silent (optional))
database_query(int this_ID, string query, bool silent (optional))
database_close(int this_ID)
database_create_T(int this_ID, string setup, string table)
database_update_T(int this_ID, string set_data, string update_rule, string table)
database_write_T(int this_ID, string set_data, string table)
database_read_T(int this_ID, string what_to_read, string table)
database_deletefrom_T(int this_ID, string delete_rule, string table)
database_show_T(string element_class, int this_ID, string servername, string username, string password, string database_name, string what_to_read, string from_table)
this_ID - ID 9 is reserved for the Posting System.
Usage example
<?php
database_show_T('table_quotes',000,"nejedniko.cz","####user####","#####pass####","###dbname###","*","quote");
?>
Showtime!
For the safety of my database, everything is censored and the result is screenshotted.