Wednesday, 21 August 2013

Escaping this string? (PHP)

Escaping this string? (PHP)

Hello I am making a PHP Script and I need to escape a string for my
preg_replace function and my php server does not display errors for some
reason so I am not able to detect where I did the mistake!
The strig is /*1*\
I am trying: '@\/\*1\*\@' => 'HERE!'
It doesn't work for some reason! Help?

No comments:

Post a Comment