Page 2 of 2
Re: PHP Regex on Query Strings
Posted: Sun Sep 13, 2009 5:10 pm
by peterjwest
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
Posted: Sun Sep 13, 2009 5:15 pm
by KyleReed
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.
Re: PHP Regex on Query Strings
Posted: Sun Sep 13, 2009 5:44 pm
by Ollie Saunders
Re: PHP Regex on Query Strings
Posted: Mon Sep 14, 2009 6:01 am
by KyleReed
Hehe. Yep, you guys are programmers alright.
No Problem.
Re: PHP Regex on Query Strings
Posted: Mon Sep 14, 2009 9:52 pm
by AbigailPark
What string are you trying to match against?