[PHP] memo fields

2004-03-04 Thread Diana Castillo
how do I read memo fields with php from a mysql database? -- Diana Castillo Global Reservas, S.L. C/Granvia 22 dcdo 4-dcha 28013 Madrid-Spain Tel : 00-34-913604039 ext 214 Fax : 00-34-915228673 email: [EMAIL PROTECTED] Web : http://www.hotelkey.com http://www.destinia.com -- PHP General

Re: [PHP] memo fields

2004-03-04 Thread Richard Davey
Hello Diana, Thursday, March 4, 2004, 5:28:09 PM, you wrote: DC how do I read memo fields with php from a mysql database? There's no such thing as a Memo datatype in MySQL - you are probably referring to either a text or blob type. You read them exactly the same way as any other field. --