Re: [PHP-WIN] Is there anyway to save a file into Mysql database

2002-03-25 Thread Mike Flynn
Yes, you can store "files" in a MySQL database. You store them in some type of BLOB field, and just insert the binary data right into it. One thing to watch out for is slashes. I forget if you need to addslashes before putting the data into the database, but I think you need to stripslashes

[PHP-WIN] Is there anyway to save a file into Mysql database

2002-03-24 Thread Jack
Dear all Can someone pls tell me is php will be able to grep text from MS Word and then save that word file into MYSQL database? Which means is MYSQL will be able to store files into it's table? Thx a lot jack [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,