Re: [PHP] store images in mysql tables

2002-11-26 Thread Martin Johansson
Yes you can store images in a mysql table. But you will have to create a new binary database. You can read here how it works: http://www.phpbuilder.com/columns/florian19991014.php3 It is a easy to understand text. /Martin "Justin French" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]

Re: [PHP] store images in mysql tables

2002-11-26 Thread Justin French
Please do a quick google search first: http://www.google.com/search?hl=en&ie=ISO-8859-1&q=storing+images+in+mysql&b tnG=Google+Search Or at least TRY to find the answer by yourself. on 26/11/02 11:42 PM, Vivek Kedia ([EMAIL PROTECTED]) wrote: > can i store images in mysql table using php , is