new to PHP and just manuevering around a bit. Is it possible to capture the value of a TextBox and put it into a variable for PHP to use later?
(i.e I have a TextBox with the word "Hello" in it and made it a link. When I click on it, I would like to assign that value to a variable.)
I could of course just hard code the variable but where's the fun in that? 😃
well....scratch that idea.....obviously making a link to assign a variable will be much different then just using <a href .... /a>
might be getting in over my head to quick here eh?