I'm making this simple php mail form using the mail() function to send an information request to an email address, and I've got several fields including name, email, phone, title, subject and message. but when i try to run it i get the following message:
Warning: mail() expects at most 5 parameters, 8 given in E:\stromengineering\new\mail.php on line 24
How can I get it to accept more than five parameters?
Warning: mail() expects at most 5 parameters, 8 given in E:\stromengineering\new\mail.php on line 24
How can I get it to accept more than five parameters?