PHP Regex on Query Strings

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

peterjwest
Forum Commoner
Posts: 63
Joined: Tue Aug 04, 2009 1:06 pm

Re: PHP Regex on Query Strings

Post 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.
KyleReed
Forum Newbie
Posts: 19
Joined: Tue Feb 15, 2005 11:26 pm

Re: PHP Regex on Query Strings

Post 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.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: PHP Regex on Query Strings

Post by Ollie Saunders »

KyleReed
Forum Newbie
Posts: 19
Joined: Tue Feb 15, 2005 11:26 pm

Re: PHP Regex on Query Strings

Post by KyleReed »

Hehe. Yep, you guys are programmers alright.

No Problem.
AbigailPark
Forum Newbie
Posts: 1
Joined: Mon Sep 14, 2009 9:48 pm

Re: PHP Regex on Query Strings

Post by AbigailPark »

What string are you trying to match against?
Post Reply