Just after a little help, extract a number from a website using eregi() the pattern i use is $pattern = '([0-9][,][0-9][0-9][0-9])'; and the number is 0,000 it works fine but i am worried if the number ever drops below 1000 or higher than 9,999 it will break because of the [,] could anyone help me with this!