Hi, I designed a form that has 2 fields for the user's phone number(one for area code and one for the actual number). When I uploaded them to the database, I combined them into one variable then inserted them($phone=$areacode.$number).
Now, I can pull that field from the table, and display it as full number(3301111111)but how would I go about breaking it back down to 2 variables.(330 and 1111111).