OK... first question is ? What fields are available in MySQL
for
inserted larger text.
Well for one, you can change your field type in your
database to use
Blob: 65535 bytes of data.
There is also:
MediumBlob - 16777215 bytes of data.
LongBlob - 2147483647 bytes of data.
Hope this helps.
=)
- Delano
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP-Masters" group.
To post to this group, send email to PHP-Masters googlegroups.com
To unsubscribe from this group, send email to
PHP-Masters-unsubscribe googlegroups.com
For more options, visit this group at http://gro
ups.google.com/group/PHP-Masters
-~----------~----~----~----~------~----~------~--~---
|