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 [mailto:[EMAIL PROTECTED]]
// Sent: Thursday, 18 April 2002 4:41 PM
// To: [EMAIL PROTECTED]
// Subject: [PHP-DB] REG_BADRPT
// 
// 
// Does anybody know what this warning error means: REG_BADRPT?
// 
// Cami
// 
// 
// -- 
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, visit: http://www.php.net/unsub.php
// 

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




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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] REG_BADRPT

2002-04-18 Thread Camelia Enderby

Thanks David,
I have sorted it. I was reading the reg expresion from a database and
somebody added to the database something that I didn't make provisions for.
Took me a while to see what was wrong.
Thanks again.

- Original Message -
From: David Robley [EMAIL PROTECTED]
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
 

 Perhaps if you could post the bit of code that causes it?

 --
 David Robley
 Temporary Kiwi!

 Quod subigo farinam

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



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