Ok, i am facing a situation here, one variable that i need to send to a page is a value in my php code and the other is a textarea..i was thinking on the terms of sending the first value by get and the textarea input by post, i know this is possible, but im not able to figure out how to do it 🙁 can someone point me in the right direction ? i tried setting the action="" field to a php generated link in get form like "foo.php?thid=$thid" but it doesnt seem to work 🙁