I have created a table with 61 fields. The table has 45 tinyint fields ( 1 ). Using the following PHP function, mysql_query("INSERT INTO table ("'$field1','$field2',...,'$field61'") - I cannot load data to the table. When using other tables with smaller number of fields, the data loads with no problem.
Question - Is there a limit to the number of fields.
Question - Do I need to add a hard return somewhere in the string of 61 $fieldX to ensure the line is completely read.
Question - Should i be using some other type of form.
Any advice in advance, great appreciated!
Jerry
mailto: qualityoffice@qualityoffice.com