When ever a code line becomes too long the code doesnot work...i noticed that this is happening because code line is being wrapped. Even if i do not use word wrap in my editor when i check the file online after i have uploaded it the code line is automatically wrapped and the code does not work until i make code line shorter....But the problem is that i cant make shorter is there some kind of command for line break in php???
my problem is that i need to submit a very long form into a database using only one page for the form....its seems like the mysql function " INSERT INTO ....." does not work when i use more than 16 fields in the form. can anyone help me with that please?
Bookmarks