I am writing a PHP script for taking data from HTML form and send it to a specific email. but getting errors shown in pictures. how to resolve it?
Advertisement
Answer
Use $_POST instead of $_post.
for more details please check below reference site.
https://www.php.net/manual/en/reserved.variables.post.php