Program ending too soon

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ilavos
Forum Newbie
Posts: 10
Joined: Tue Apr 18, 2006 4:01 pm

Program ending too soon

Post 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
User avatar
MarK (CZ)
Forum Contributor
Posts: 239
Joined: Tue Apr 13, 2004 12:51 am
Location: Prague (CZ) / Vienna (A)
Contact:

Post 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.
Post Reply