I need to store phone numbers starting with 0 but whenever i try to store this in MySql table the starting ZERO is removed because no number start with Zero actually.
Phone numbers aren't integers and you will only end up with problems trying to store them as integers, store them as strings instead.