Hello,
I have been using a really basic PHP mail script for some time now, and everything has been running smoothly.
Basically, the script grabs the contents of a form and mails the details off to me - simple!
Now I need to extend the script so that it grabs approx 80 fields and sends them all to my mailbox.
I made the script, uploaded it and then tested it out.
To my horror :eek:, it appears that there is some sort of maximum number of fields that the script can deal with before it gives up and stops working.
Are my assumptions correct and is there anything I can do about it other than reducing the number of fields in the original form?
Thanks for you time
IGD