Page 1 of 1

easy php question?

Posted: Mon Jun 02, 2008 7:20 am
by dark_archon
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.

Re: easy php question?

Posted: Mon Jun 02, 2008 8:02 am
by VladSun
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"