I have just started trying to use php to get form results by email but when i put in more than 5 fields it says "mail() expects at most 5 parameters". How do I get a full set of form results? Many Thanks
coopster
5:51 pm on Jan 22, 2005 (gmt 0)
Welcome to WebmasterWorld, StockportPaul.
The mail() [php.net] function itself expects at most five parameters but you can also use simple string building techniques to build complex email messages. Follow the link for some examples in the PHP manual pages.