PHP Regex on Query Strings
Moderator: General Moderators
-
peterjwest
- Forum Commoner
- Posts: 63
- Joined: Tue Aug 04, 2009 1:06 pm
Re: PHP Regex on Query Strings
GET parameters are automatically loaded from the query string, I don't see why you're not using it. It won't stop you using POST.
Re: PHP Regex on Query Strings
Oh. I didn't know that.
Is perl the same way? That was the language I used to write for web scripts. In fact, I never worked as a programmer, only done this kind of stuff for fun
So... my knowledge ain't so great.
Is perl the same way? That was the language I used to write for web scripts. In fact, I never worked as a programmer, only done this kind of stuff for fun
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
Re: PHP Regex on Query Strings
I think the answer is yes.
http://perldoc.perl.org/CGI.html#FETCHI ... -SCRIPT%3a
http://perldoc.perl.org/CGI.html#FETCHI ... -SCRIPT%3a
Re: PHP Regex on Query Strings
Hehe. Yep, you guys are programmers alright.
No Problem.
No Problem.
-
AbigailPark
- Forum Newbie
- Posts: 1
- Joined: Mon Sep 14, 2009 9:48 pm
Re: PHP Regex on Query Strings
What string are you trying to match against?