Re: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN

2003-12-23 Thread John W. Holmes
Chris W. Parker wrote: Justin French on Monday, December 22, 2003 6:12 PM said: Sounds more like the mysql field is a varchar255, rather than maybe a mediumtext, and only the first 255 chars are getting inserted into the DB? But I could be horribly wrong :) In an

RE: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN

2003-12-23 Thread Chris W. Parker
Justin French on Monday, December 22, 2003 6:12 PM said: > Sounds more like the mysql field is a varchar255, rather than maybe a > mediumtext, and only the first 255 chars are getting inserted into the > DB? > > But I could be horribly wrong :) In an effort to keep

Re: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN

2003-12-22 Thread Justin French
On Tuesday, December 23, 2003, at 12:34 PM, Dale Hersh wrote: For some reason when I echo data from my database, I can't display anything longer than 255 chars. As far as I can see, tt has nothing to do with my database. Is there something in the php.ini that limits how many chars you can writ

RE: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN

2003-12-22 Thread Jake McHenry
> -Original Message- > From: Dale Hersh [mailto:[EMAIL PROTECTED] > Sent: Monday, December 22, 2003 8:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN > > > For some reason when I echo data from my database, I can't > display anything longer than

Re: [PHP] UNUSUAL PROBLEM WHEN WRITING TO THE SCREEN

2003-12-22 Thread Robert Cummings
On Mon, 2003-12-22 at 20:34, Dale Hersh wrote: > For some reason when I echo data from my database, I can't display anything > longer than 255 chars. As far as I can see, tt has nothing to do with my > database. Is there something in the php.ini that limits how many chars you > can write to the scr