O.K., anyone, anyone at all!! Trying to mail myself the data from my PHP, and the stupid thing is allowing only 5 lines maximum data to be sent. If I add a 6th $additional_data to the
mail("$recipient", "$mailheaders", "$lessees_city", "$lessees_name");
line, I get a parsing error. Why?? and more importantly, since I have about 40 lines of data that need to be sent, how do i rectify this problem so i can send all of the data??