titchlou
06-04-2003, 11:39 PM
hopefully somebody here can set me right here :p
I have made a member system/discussion board and it all works to the point where I need a link to add a reply to a subject. You can see the whole thing here (http://www.whatparentswant.co.uk/members2) (use test for user and password) then once in click on discussion boards, then board 1, pick any subject title and it'll list the messages in that subject (add subject works fine), at the bottom it has a link to add a message (a reply) this link needs to pass the subject id no, which obviously varies according to which subject you are reading, in the url.
I know I am carrying the variables across to this page (view_message.php) as I can echo them (above the messages table it gives the subject tilte and ID no) but I can not for the life of me work out how to make sure the correct ID is carried across to the next page with the add-message url link.
I am quite probably missing something really silly here ( it wont be the first time :rolleyes: )but would really appreciatte any help.
I have made a member system/discussion board and it all works to the point where I need a link to add a reply to a subject. You can see the whole thing here (http://www.whatparentswant.co.uk/members2) (use test for user and password) then once in click on discussion boards, then board 1, pick any subject title and it'll list the messages in that subject (add subject works fine), at the bottom it has a link to add a message (a reply) this link needs to pass the subject id no, which obviously varies according to which subject you are reading, in the url.
I know I am carrying the variables across to this page (view_message.php) as I can echo them (above the messages table it gives the subject tilte and ID no) but I can not for the life of me work out how to make sure the correct ID is carried across to the next page with the add-message url link.
I am quite probably missing something really silly here ( it wont be the first time :rolleyes: )but would really appreciatte any help.