Hello,
I want to have an input field that a token is entered into and then added to the form action URL, but I am not real PHP savvy.
Something like this:
please enter your token: ___________
The user then enters the token
Then the POST url will be "token"
So if I enter token number 123456 then the URL will be:
"123456"
Is this real hard to do? I am not a programmer but I have to edit one page and make this work.
Larry S.
Systems & Network Consultant
I want to have an input field that a token is entered into and then added to the form action URL, but I am not real PHP savvy.
Something like this:
please enter your token: ___________
The user then enters the token
Then the POST url will be "token"
So if I enter token number 123456 then the URL will be:
"123456"
Is this real hard to do? I am not a programmer but I have to edit one page and make this work.
Larry S.
Systems & Network Consultant