Re: [PHP-DB] REG_BADRPT

2002-04-18 Thread Camelia Enderby
CTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 11:33 AM Subject: Re: [PHP-DB] REG_BADRPT > In article <005301c1e6b4$b67afde0$af00a8c0@cami>, [EMAIL PROTECTED] says... > > Does anybody know what this warning error means: REG_BADRPT? > > > > Cami

Re: [PHP-DB] REG_BADRPT

2002-04-18 Thread David Robley
In article <005301c1e6b4$b67afde0$af00a8c0@cami>, [EMAIL PROTECTED] says... > Does anybody know what this warning error means: REG_BADRPT? > > Cami > Perhaps if you could post the bit of code that causes it? -- David Robley Temporary Kiwi! Quod subigo farinam -- PHP Database Mailing List (

RE: [PHP-DB] REG_BADRPT

2002-04-18 Thread Beau Lebens
basically it means that you have an invalid regular expression pattern in a regex function. i think it's something to do with the . * ? + symbols - but just take a good look at your pattern and somewhere in there it is invalid :) HTH Beau // -Original Message- // From: Camelia Enderby