my code:
$pattern = ‘/style=(\’|\”)(.*)(\’|\”)/i’;
but it has a error, the code show like this:
$pattern = '/style=('|")(.*)('|")/i';
It missing syntax \.
Help me please! Sorry because my bag english.
my code:
$pattern = ‘/style=(\’|\”)(.*)(\’|\”)/i’;
but it has a error, the code show like this:
$pattern = '/style=('|")(.*)('|")/i';
It missing syntax \.
Help me please! Sorry because my bag english.
You must log in to post.