$_GET - Simple Fix

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
oscardog
Forum Contributor
Posts: 245
Joined: Thu Oct 23, 2008 4:43 pm

$_GET - Simple Fix

Post 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!
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: $_GET - Simple Fix

Post by papa »

Use post?
oscardog
Forum Contributor
Posts: 245
Joined: Thu Oct 23, 2008 4:43 pm

Re: $_GET - Simple Fix

Post 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?
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: $_GET - Simple Fix

Post by papa »

There are a couple of threads explaining how to do this. It's something you set up in Apache.
User avatar
Syntac
Forum Contributor
Posts: 327
Joined: Sun Sep 14, 2008 7:59 pm

Re: $_GET - Simple Fix

Post by Syntac »

Don't give the submit button a name?
oscardog
Forum Contributor
Posts: 245
Joined: Thu Oct 23, 2008 4:43 pm

Re: $_GET - Simple Fix

Post by oscardog »

Can you give me a link to a thread explaining how to do this? :)
mmj
Forum Contributor
Posts: 118
Joined: Fri Oct 31, 2008 4:00 pm

Re: $_GET - Simple Fix

Post by mmj »

Syntac wrote:Don't give the submit button a name?
:yar:
Post Reply