Data corruption?  How bad?  Do you know what is causing the
corruption?  Is it MySQL or any database?  Is it something that
better error checking would prevent?

Thanks guys.  I'm learning a lot here.


>>> [EMAIL PROTECTED] 2/23/2001 9:10:31 AM >>>
This might not be what your asking for, but I've done this
before so
maybe it will help.

I've also encountered data corruption when using binary info in
a
database.  I would recommend a file upload type thing in PHP
that
writes the image to a certain directory using the unique table
key,
the just calling it from the page with
<? echo "<img src=\"$uniquekey.jpg\">"; ?>
or something.

Reply via email to