for example, i have a textbox
'<input type=text name=test value=important>
how do i assign the value inside the text box to a PHP variable, $value?
i want to do this on only one page, meaning i don't need to click any submit button.
i was using the $POST and $GET syntax but i receive an error stating that "undefined variable". i think that the 2 couldn't be used if i want to access that textbox value within the same page.
pls. help me. what syntax should i use of is their a function that i can use???
thanks.......