hello!
I got some problem working on the regular expressions in php.
I want to separate the following pattern of text into two blocks and store each block in the array like this:
pattern: %26%231705%3B%26%231576%3B
==================================
array[1] = %26%231705%3B
array[2] = %26%231576%3B
I am trying to separate the pattern using regular expressions but to no avail!
plz help me and reply ASAP