RE: [PHP-DB] pictures into MySQL

2002-12-21 Thread Boaz Yahav
http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=3

Sincerely

berber

Visit http://www.weberdev.com/ Today!!!
To see where PHP might take you tomorrow.


-Original Message-
From: Seabird [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 16, 2002 10:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] pictures into MySQL


Hi everyone,

I know that inserting actual pictures into a MySQL DB is not the best
solution, but since I know the size is going to be limited I want to do
it anyways. How do I upload a picture into a DB? (what type of table
etc.).

Jacco
--
http://seabird.jmtech.ca

Attitude is Everything!
But Remember, Attitudes are Contagious!
Is Yours worth Catching





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] pictures into MySQL

2002-12-18 Thread Matthew Moldvan
I'm not completely sure of the implementation details, but look into the
BLOB data type.  

http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#BLO
B

 Regards,
 Matthew Moldvan

---

 System Administrator
 Trilogy International, Inc
 http://www.trilogyintl.com/

---

-Original Message-
From: Seabird [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 3:28 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] pictures into MySQL


Hi everyone,

I know that inserting actual pictures into a MySQL DB is not the best
solution, but since I know the size is going to be limited I want to do it
anyways. How do I upload a picture into a DB? (what type of table etc.).

Jacco
--
http://seabird.jmtech.ca

Attitude is Everything!
But Remember, Attitudes are Contagious!
Is Yours worth Catching





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] pictures into MySQL

2002-12-17 Thread Jason Wong
On Tuesday 17 December 2002 04:27, Seabird wrote:
> Hi everyone,
>
> I know that inserting actual pictures into a MySQL DB is not the best
> solution, but since I know the size is going to be limited I want to do it
> anyways. How do I upload a picture into a DB? (what type of table etc.).

google > php insert picture into mysql

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
It's not an optical illusion, it just looks like one.
-- Phil White
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php