Page 1 of 1

Program ending too soon

Posted: Thu Jul 13, 2006 11:52 pm
by ilavos
I'm trying to store some text in my database.I had the field as TEXT already.But my program just kept ending before the end of the script.I finally determined it was because of what i was storing.So i changed the type to MEDIUMTEXT and still it ends.Is it possible that some words in the text i'm trying to store are preventing the execution?Any help is welcome.Thanks ahead

Posted: Fri Jul 14, 2006 12:04 am
by MarK (CZ)
Seeing some code would be good.

Aren't you trying to send the text by a GET method? It has limited size, POST is better for larger amount of data.