Click to See Complete Forum and Search --> : word wrap in php


pombo67
01-03-2003, 01:12 PM
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???

thank you

pyro
01-03-2003, 01:26 PM
What could you possiblily need to put that much code on one line for? Wouldn't it be easier to split you code onto more lines??

pombo67
01-03-2003, 01:59 PM
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?


Thank you