Hie,
Erm, you see, I wanted to add this info into the url which is group_id. That's why I try to pass to the page by using <form action = posting.php?group_id=1> but it didnt work. Instead, it extract all the other values from the form to become like this:
./posting.php?text=whatever&message=whatever
I amjust wondering why it doesnt pass the group_id over?Thanks