ramki067
11-25-2010, 11:01 AM
Hi,
I've a string "mpeg4" stored in $value as below, which needs to be searched in if statement. But the below if is not searching! What is wrong in this?
if(preg_match('mpeg4\d)/i',$value))
$value = "MPEG-4";
Please help.
Thanks,
Ramki
I've a string "mpeg4" stored in $value as below, which needs to be searched in if statement. But the below if is not searching! What is wrong in this?
if(preg_match('mpeg4\d)/i',$value))
$value = "MPEG-4";
Please help.
Thanks,
Ramki