• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need help with some REGEX

Canuckkev

Doctor Hexagon
NLC
Okay, I am trying to match a string like:

viewtopic.php?t=142&start=30

And am using this regex:

(?<!/)viewtopic\.php\?t=([0-9]*)&start=([0-9]*)

But, it's not working...any ideas?
Thanks!
 
Yea, I guess that would help...it's php.

But, I figured out what was wrong (even if I still don't fully understand). I turnedthe & into &amp; and it works.
 
Back
Top