RE: [PHP-DB] Finding numbers in a string

2002-06-23 Thread Russ
Yount [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 1:52 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Finding numbers in a string Forgot my email on that last one ;) Hello all - I am trying to seperate numberic characters from a string. The book I was looking at described something like

[PHP-DB] Finding numbers in a string

2002-06-21 Thread user
Hello all - I am trying to seperate numberic characters from a string. The book I was looking at described something like this: if(ereg([[:alnum]]+, $textandnumbers, $numbers)) { print($numbersBR); } When I run my script I receive this error: Warning: REG_ECTYPE in ../mypage.php