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("$numbers<BR>");
  }


When I run my script I receive this error:

Warning: REG_ECTYPE in ../mypage.php


Anyone have a solution / explanation to my problem

  - still reading


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

Reply via email to