Page 1 of 1

$_GET - Simple Fix

Posted: Tue Nov 11, 2008 11:58 am
by oscardog
Well i think its simple, basically whenever i submit a form on my website i get something like:

' http://www.ashpea1.8tt.org/guild_leader ... =Search%21 '

Now obviously i want the server part, and the fliter part but i rarely see the submit part appearing on websites so how do i remove it from the URL?

Thanks!

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:31 pm
by papa
Use post?

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:33 pm
by oscardog
But i want to use GET, there is obviously a way to do it as i have seen on numerous forms using GETs that do not display the 'submit' part. :)

Anyone?

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:35 pm
by papa
There are a couple of threads explaining how to do this. It's something you set up in Apache.

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:37 pm
by Syntac
Don't give the submit button a name?

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:43 pm
by oscardog
Can you give me a link to a thread explaining how to do this? :)

Re: $_GET - Simple Fix

Posted: Tue Nov 11, 2008 12:55 pm
by mmj
Syntac wrote:Don't give the submit button a name?
:yar: