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)
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...]