I spent the whole morning trying to figure out how to create an extra variable in a html page and sent it to a form processing php script . "<input type="text", name="firstname" size =" 34">" this creates a variable "firstname" which can be collected for processing in a php script as $_POST["firstname"] , but along with this say I also want to sent the text "this is coming for form 1" how do I do that . I just can't generate a text box and put the text in there and then sent it thats would be pretty stupidd ... So how do i generate a variable to hold this value in a webpage .. PLease helpp !!!
Thanks in Advance ; Francis Pereira