[PHP-DB] How to store an image into a db?

2002-05-25 Thread andy
Hi there, I recently heard about storing images in a blob column in MySQl. Now I am wondering how to do that. I mean isn't there a potential security problem because of buffer over flow? How would I do that with php anyway? Thank you guys for any hint. Andy -- PHP Database Mailing List (htt

RE: [PHP-DB] How to store an image into a db?

2002-05-25 Thread SP
Here's just one of many articles on this subject: http://www.phpbuilder.com/columns/florian19991014. php3 You can also do a search and read the debates about whether this is a good idea or not. -Original Message- From: andy [mailto:[EMAIL PROTECTED]] Sent: May 25, 2002 4:38 AM To: [EMAI

[PHP-DB] Fames Included?

2002-05-25 Thread César L . Aracena
Hi all, I have a problem in a site I am developing, which is generated by the use of too many tables inside tables. I can avoid using that many tables by using frames instead and I would like to make every page of the site, using the following schema: include("framed_header.php"); include("fra

RE: [PHP-DB] How to store an image into a db?

2002-05-25 Thread Boaz Yahav
I don't recommend it but if you insist : Saving Images in MySQL http://www.weberdev.com/index.php3?GoTo=ViewArticle.php3?ArticleID=3 berber -Original Message- From: andy [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 25, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] How to store

RE: [PHP-DB] Fames Included?

2002-05-25 Thread Peter Lovatt
Hi just use a frameset with php pages in if I understood what you were trying to achieve :) hth Peter --- Excellence in internet and open source software --- Sunmaia www.sunmaia.net [EMA

Re: [PHP-DB] Fames Included?

2002-05-25 Thread César L . Aracena
Thanx a lot. It works just fine. - Original Message - From: "Peter Lovatt" <[EMAIL PROTECTED]> To: "César L. Aracena" <[EMAIL PROTECTED]>; "PHP DB List" <[EMAIL PROTECTED]> Sent: Saturday, May 25, 2002 6:01 PM Subject: RE: [PHP-DB] Fames Included? > Hi > > just use a frameset with php

[PHP-DB] limiting the amount of data to be show on one page.

2002-05-25 Thread CrossWalkCentral
If I want to use the bellow liste senario. How would i go about setting up the 1 2 3 4 5 6 7 8 page #'s how would I know when to stop counting? You should also add an ORDER BY clause in there, as the SQL standard doesn't guarantee the order that rows are retrieved in. There's a chance that yo