hello -
i need to convert this string to preg_match to support current version of php. i have googled and found some info but still get an error where it doesnt like my search string.
thanks in advance for your help,
theo werntz ii
i need to convert this string to preg_match to support current version of php. i have googled and found some info but still get an error where it doesnt like my search string.
Code:
if (ereg('Opera(/| )([0-9].[0-9]{1,2})', $HTTP_USER_AGENT, $call_function))
theo werntz ii
Comment