Hi there,
i am trying to use preg_replace() to parse to <a href> tags in my script.
What i have is:
<a href="script.php?SID=100&AID=300">
What I want to end up with is:
<a href="100300.htm">
Can someone point me in the right direction for using preg_replace() like this?
cheers,
brett.