easy one?
Hello all,
I have what is probably an easy question, but I haven't been able to find the answer by searching. I need to know how to correctly add multiple pos elements to a line. The line reads:
$subject = $yourSubject.': '.$_POST['posPhone'];
I need to add 'posComany' before 'posPhone', but I don't know how to separate the two.
Any help?
I have what is probably an easy question, but I haven't been able to find the answer by searching. I need to know how to correctly add multiple pos elements to a line. The line reads:
$subject = $yourSubject.': '.$_POST['posPhone'];
I need to add 'posComany' before 'posPhone', but I don't know how to separate the two.
Any help?
