I'm using this but it isn't functioning the way I'd hope it would:
Code: Select all
$phone='(' + $_POST['areacode'] + ')' + ' ' + $_POST['phone1'] + '-' + $_POST['phone2'];(123) 456-7890
Thanks in advance.
Moderator: General Moderators
Code: Select all
$phone='(' + $_POST['areacode'] + ')' + ' ' + $_POST['phone1'] + '-' + $_POST['phone2'];