Can someone please tell me how to concatanate to strings like this
please
$name = $_POST["Name"];
$from = $_POST["Email"];
$headers = "From: $name $from\r\n";
i beleve in C there is a strcat() is this similar.
if so is there an online site for PHP function.
Desmond.
please
$name = $_POST["Name"];
$from = $_POST["Email"];
$headers = "From: $name $from\r\n";
i beleve in C there is a strcat() is this similar.
if so is there an online site for PHP function.
Desmond.
Comment