Forum Moderators: coopster

Message Too Old, No Replies

Handle mySQL memo fields with PHP

         

ayushchd

5:43 am on Jun 27, 2010 (gmt 0)

10+ Year Member



Hi,

Can somebody throw some light on Memo fields in MySQL and their usage through PHP?

Thanks

enigma1

10:46 am on Jun 29, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The memo field, is the terminology coming from access? If so in mysql the equivalent I believe is default text field 64K chars size. You then use the php mysql support functions,
[php.net...]