Hi there,
is there I can remove any non-numeric characters from a string eg.
turn this "egh4kl4dfd9" into "449"?
$new_string = eregi_replace("[0-9 ]","",$dirty_text);