Sn!per wrote:
Let's say I have these URLs

http://example.com/index.php?q=gallery
http://example.com/index.php?q=gallery&g2_itemId=81
http://example.com/index.php?q=gallery&g2_itemId=100

I want to have a line of code that will extract just the "http://example.com/index.php?q=gallery"; part of the URL.

I am never good with regex, please help. TIA.

--
roger




--
Sign Up for free Email at http://ureg.home.net.my/


http://uk3.php.net/parse_url may be more suited to you're needs

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to