Removing + from PHP GET

This is a discussion on "Removing + from PHP GET" within the PHP Forum section. This forum, and the thread "Removing + from PHP GET are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 22nd, 2007, 23:55
New Member
Join Date: Jun 2007
Location: Oregon
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Removing + from PHP GET

I am currently using:

Code: Select all
$search = $_GET['search'];
to extract the variable from the url (which is supplied by a form). Simple, basic get.

However, the form allows for spaces, which in turn becomes something like foo+bar.

What I need to do is remove the +. So the result is foobar instead of foo+bar.

Anyone know how to do that?
Reply With Quote

  #2 (permalink)  
Old Jun 23rd, 2007, 02:49
New Member
Join Date: Jun 2007
Location: Oregon
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Removing + from PHP GET

Figured it out. Did a replace on all non-alphanumeric characters.
Reply With Quote
Reply

Tags
php url get

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Inherited Color in CSS qzplx Web Page Design 1 May 21st, 2008 10:53
Removing objects in an array breepupetstofight ASP.NET Forum 0 Sep 17th, 2007 13:00
help on removing element using yui shotokan99 JavaScript Forum 1 Aug 31st, 2007 13:42
Removing the White Box around an image in Dreamweaver... kidflavor Graphics and 3D 3 Feb 6th, 2007 22:38
removing whitespace dudester123 Web Page Design 3 Sep 1st, 2006 14:23


All times are GMT. The time now is 11:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43