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!
$_GET - Simple Fix
Moderator: General Moderators
Re: $_GET - Simple Fix
Use post?
Re: $_GET - Simple Fix
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?
Anyone?
Re: $_GET - Simple Fix
There are a couple of threads explaining how to do this. It's something you set up in Apache.
Re: $_GET - Simple Fix
Don't give the submit button a name?
Re: $_GET - Simple Fix
Can you give me a link to a thread explaining how to do this? 
Re: $_GET - Simple Fix
Syntac wrote:Don't give the submit button a name?