Forum Moderators: open

Message Too Old, No Replies

too many parameters in php

         

StockportPaul

2:58 pm on Jan 19, 2005 (gmt 0)

10+ Year Member



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)

WebmasterWorld Administrator 10+ Year Member



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.