rfresh
02-21-2008, 06:20 AM
I'm getting a preg_match warning and I don't see where the problem is in my regex code:
The warning:
PHP Warning: preg_match() Unknown modifier ']' in /var/www/html/Fetch_Refresh_TFR_Data.php on line 596
My php offending line:
$php_TFR_description = "/detail_\d_\d{4}.html\">[A-Za-z0-9,' /].*/";
The warning:
PHP Warning: preg_match() Unknown modifier ']' in /var/www/html/Fetch_Refresh_TFR_Data.php on line 596
My php offending line:
$php_TFR_description = "/detail_\d_\d{4}.html\">[A-Za-z0-9,' /].*/";