Hokay, that works, but what's with the triple backslashes?

>> preg_match ("/^.*_\%split\%_$(\d*\.\d*)/", $data, $match);
> 
> Should be
> 
> preg_match ("/^.*_\%split\%_\\\$(\d*\.\d*)/", $data, $match);
> 
> ---John W. Holmes...
> 
> PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> today. http://www.phparch.com/
> 
> 

-- 
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales

http://www.systame.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to