Isnt the id supposed to be unique so no other one will have it?
Printable View
Yes and when you add a new thread it inserts it into the database with a new id but for some reason it will only display the first one in each.
EDIT: Yeah i no what you mean.
I have serious coded this forum all wrong lol
think i will just scrap it
PHP Code:$fetch2 = mysql_query("SELECT * FROM `forum_thread` WHERE `id` = '{$_GET[id]}'");
Nope don't work ;[
This is the only problem i have the category's work and so do posts.