Retrieve post array values

后端 未结 6 1074
野的像风
野的像风 2021-01-13 01:23

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

6条回答
  •  萌比男神i
    2021-01-13 01:39

    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.

    
    

提交回复
热议问题