Hi I have this php code to send an email when someone fills a form and uploads a picture. When I see the email it doesn’t show their name. Any help would be appreciated
$to = "[email protected]";
$body = “http://www.example.com/$add \n\n $email \n\n $name \n\n$cat”;
mail($to, $subject, $body);