iAlex |
08-06-2002 11:18 AM |
Quote:
Originally posted by NTLDR
Firstly this is a very bad idea as it will add 15-20 queries to you page that are compleatly useless.
In answer to you question you need to your question you need to change:
To:
PHP Code:
<a href="$bburl/showthread.php?s=$session[sessionhash]&threadid=$pollinfo[threadid]">$pollinfo[question]</a>
|
I realized that myself and that's why I removed all code except for the poll, from what I can tell there are only 2 queries left.
And thanks a lot for your answer, it works the way I wanted it to now. :)
|