I have this string:
mr (3_22)
I want php to output that string to:
(3_22)
How can i do that with PHP? I need a sample code please
I have this string:
mr (3_22)
I want php to output that string to:
(3_22)
How can i do that with PHP? I need a sample code please