> From: Adam Voigt [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 21, 2002 11:05 AM
> To: mike karthauser
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] inserting html into mysql tables
>
>
> Well for one, VARCHAR is limited to 255 characters, so I would use
> a
Well for one, VARCHAR is limited to 255 characters, so I would use
a TEXT type datafield if you want to store more then 255.
On Thu, 2002-11-21 at 11:01, mike karthauser wrote:
> hi,
> is there anything special i need to know in regards to creating a table to
> hold html data? I am building a CMS
hi,
is there anything special i need to know in regards to creating a table to
hold html data? I am building a CMS for a site using php and mysql. The
various tables hold course information that the client wants to edit. I
imagine it will be a case of dropping the cleaned html source from
dreamwea