Phil M
2009-11-17 22:25:30 UTC
Here is the PHP variable code I have:
$phoneareacode = $_POST['phoneareacode'];
$phone = $_POST['phone'];
How can I combine the two to make 1 phone number?