[PHP] BREAK into the DB

2002-07-14 Thread César Aracena
Hi all. I have this DB where I’m storing this sometimes large amount of text into a TEXT field, but I can’t seem to find the way to BREAK lines so it won’t make my browser go 3000 pixels wide when that text is printed. About this, I have two questions: 1) What should I use to break the text into

RE: [PHP] BREAK into the DB

2002-07-14 Thread Martin Towell
there's a function word_wrap() (or is it wordwrap(), something like that anyway) that'll help you there. -Original Message- From: César Aracena [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 3:00 PM To: 'PHP General List' Subject: [PHP] BREAK into the DB Hi all. I have this DB

RE: [PHP] BREAK into the DB -- SOLVED

2002-07-14 Thread César Aracena
General List' Subject: RE: [PHP] BREAK into the DB there's a function word_wrap() (or is it wordwrap(), something like that anyway) that'll help you there. -Original Message- From: César Aracena [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 3:00 PM To: 'PHP General List