Jump to content

Recommended Posts

how can I check the name of a submitted form?

I have several links using the get methos, but also a form using get and I want to be able to check if GET is set and it's been set by the form.

I would usually use hidden inputs, but they obviously don't work for get forms.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/56202-get-the-name-of-a-submitted-form/
Share on other sites

If I use hidden inputs with get method it prints them out in the url, which I don't want.

I want to be able to check the form without the user seeing the hidden input or whatever I'm using to verify the form.

 

why use get uve already used hidden???

Sidenote: Have you tried using POST? Not much info given so I can't really suggest it.

I'm choosing not to use post as it's for a search feature and I want them to be able to do things such as bookmarking the search results.

 

why use get uve already used hidden???

I was just testing hidden inputs with get to see what would happen.

 

And I'm not really wanting to use sessions either. What I'm doing at the moment is using a get variable which works, but isn't preffered.

I guess it'll do.

 

Thanks for all the replies!

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.