easy php question?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dark_archon
Forum Newbie
Posts: 1
Joined: Mon Jun 02, 2008 7:17 am

easy php question?

Post 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.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: easy php question?

Post 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"
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply