I have a form that sends all the data with jQuery .serialize() In the form are four arrays qty[], etc it send the form data to a sendMail page and
.serialize()
arrays qty[], etc
My version of PHP 4.4.4 throws an error: Fatal error: Call to undefined function: size()
I changed size to count and then the routine ran correctly.