Re: [PHP] Count and Preg_Replace Using Version 4.4.1

2005-12-04 Thread Shaun
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, Dec 04, 2005 at 07:00:00PM -, Shaun wrote: >> >> "comex" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > form'.$count.'... >> You can use preg_replace_callback or the e pattern modifier to

Re: [PHP] Count and Preg_Replace Using Version 4.4.1

2005-12-04 Thread Curt Zirzow
On Sun, Dec 04, 2005 at 07:00:00PM -, Shaun wrote: > > "comex" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > form'.$count.'... > You can use preg_replace_callback or the e pattern modifier to let you > run php code for the replacement: > http://us3.php.net/manual/en/functi

Re: [PHP] Count and Preg_Replace Using Version 4.4.1

2005-12-04 Thread comex
> form'.$count.'... You can use preg_replace_callback or the e pattern modifier to let you run php code for the replacement: http://us3.php.net/manual/en/function.preg-replace-callback.php http://us3.php.net/manual/en/reference.pcre.pattern.modifiers.php -- PHP General Mailing List (http://www.php