i am reading before and after the poll articles from my database.
the articles before the poll will appear - but after the poll wont.
i have an existing db-connection on the beginning of my site.
is it possible to close the connection after the poll?
($CLASS["db"]->close_db(); or mysql_close(); wont work
is it possible that i wont connect twice by calling "$CLASS["db"]->connect();" - but i think i need the "conn_id"?
(including "mysql_select_db("poll") or die("error");" instead of "$CLASS["db"]->connect();" wont work