View Single Post
  #3 (permalink)  
Old 02-28-2008, 10:20 AM
Alan-Hart's Avatar
Alan-Hart Alan-Hart is offline
WebProWorld Member
 

Join Date: Jun 2007
Location: Swindon
Posts: 59
Alan-Hart RepRank 0
Default Re: PHP allow only numbers in string

preg_replace(), which uses a Perl compatible regular expression syntax, is a faster alternative to ereg_replace()
Reply With Quote