Alright, I am extremely new to php. I am what you would call a newbie to it :P, anyways.
Heres the setup:
I have two input forms on a page.
I want to take that information(thats inserted in them)
And transfer it to the next page, and insert it into that codeing.
I dont need it to stay,
I just need it to transfer it,
Like, in the link or something,
(ie, http://localhost/index.php?txtbox1=b...tbox2=blahblah)
(blah being the stuff I inserted into the text boxes.)
Can some one help me with this?