i'm new to php and would need a easy to understand answer if possible.
im looking for a way to be able to enter numbers into a textarea submmit form type thing so that it changes a certain link that i need to be changed. for example:
if you put 1234 in the submit form (or w/e) the url would change to http://url.com/lalala/hmm=1234
thanks for any help.
easy php question?
Moderator: General Moderators
Re: easy php question?
You need to read the basics of the HTML FORM element.
Set the action property of the form to GET, and name the text area field "hmm"
Set the action property of the form to GET, and name the text area field "hmm"
There are 10 types of people in this world, those who understand binary and those who don't