Re: [PHP-DB] Including Details in MySQL longer than 255 characters

2003-03-20 Thread Adam Venturella
Thanks, I totally forgot about that type... And thanks to everyone else who replied! -a "Mike Karthauser" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > on 20/3/03 6:11 pm, Adam Venturella at [EMAIL PROTECTED] wrote: > > > Anyway if someone could point me in the right direction I

RE: [PHP-DB] Including Details in MySQL longer than 255 characters

2003-03-20 Thread Hutchins, Richard
Possibly use a column type of TEXT for the comments column in your table? > -Original Message- > From: Adam Venturella [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 1:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Including Details in MySQL longer than 25

Re: [PHP-DB] Including Details in MySQL longer than 255 characters

2003-03-20 Thread mike karthauser
on 20/3/03 6:11 pm, Adam Venturella at [EMAIL PROTECTED] wrote: > Anyway if someone could point me in the right direction I would be very > appreciative. Change your column type to TEXT rather than varchar(255) -- Mike Karthauser Managing Director - Brightstorm Ltd Email >> [EMAIL PROTE

[PHP-DB] Including Details in MySQL longer than 255 characters

2003-03-20 Thread Adam Venturella
Ok So I have my Database/Tables all set up. What I wanna know how to do / find a tutorial on is how I might go about including details longer than 255 characters that are referenced by a mysql query. So basically I have some thing like this on the inputs: First: Last: Email: Comments: Now the