Hi,
I'm trying to use preg_match_all with this link:
However, I'm not getting a match. But if I go to that link through the browser, it automatically turns into:
Running the above link with preg_match_all works, no idea why this is the case.
The only part that changed is the instance in the link, could someone tell me what function was used here? Even chrome could "decode" the link when I simply roll over it.
Thanks for the help,
Tianshiz
I'm trying to use preg_match_all with this link:
Code:
...profile.cfm?id=35278&instance=2010%2D06%2D05%2016%3A00%3A00%2E0&y=2010&m=6&d=18&show=future
Code:
profile.cfm?id=35278&instance=2010-06-05%2016:00:00.0&y=2010&m=6&d=18&show=future
The only part that changed is the instance in the link, could someone tell me what function was used here? Even chrome could "decode" the link when I simply roll over it.
Thanks for the help,
Tianshiz