RE: [PHP-DB] Displaying Graphics dynamically

2001-03-12 Thread Rubanowicz, Lisa

I would recommend this too.  Also to make it easier, instead of giving the
updating person FTP access to upload tha images, I used an Upload page using
PHP to a certain images directory on the web server and all PHP links then
are pointed to this directory so all img links look something like this

I am very much a beginner and was delighted to get this working
I used a variation off the following site
http://www.thickbook.com/extra/php_fileupload.phtml
I wish you well
All the Best
Lisa

-Original Message-
From: Russ Michell [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 10:33 AM
To: Mike Hammonds
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Displaying Graphics dynamically


Mike:

Depending on the number of images you wish to insert into the database, 
you might wish to opt for the path to the image to be stored not the 
image itself.

 

Then use some sort of loop (I use a for loop) to go through the table 
data (of paths-to-images) and display them dependent on whatever 
criteria it is you are using.

HTH :)

Russ

#---#

 "Believe nothing - consider everything"

  Russ Michell
  Anglia Polytechnic University Webteam
  http://gertrude.sipu.anglia.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



Re: [PHP-DB] Displaying Graphics dynamically

2001-03-12 Thread Russ Michell

Mike:

Depending on the number of images you wish to insert into the database, 
you might wish to opt for the path to the image to be stored not the 
image itself.

 

Then use some sort of loop (I use a for loop) to go through the table 
data (of paths-to-images) and display them dependent on whatever 
criteria it is you are using.

HTH :)

Russ

#---#

 "Believe nothing - consider everything"

  Russ Michell
  Anglia Polytechnic University Webteam
  http://gertrude.sipu.anglia.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Displaying Graphics dynamically

2001-03-09 Thread Mike Hammonds

** Reply Requested When Convenient **

I want to create a dynamic web pages using PHP and MySQL. 

How do I:

1). Insert a binary object (mp3, jpg, gif, pdf ...etc) into a  MySQL database with PHP

2). display the objects stored in the database on my page

Mike Hammonds, CNE5, MCP-NT
Fellon-McCord & Associates, Inc. 
Office:  502.214-6324
Fax:  502.426.8800
[EMAIL PROTECTED]
Show Me the Code!!
ICQ#94969305



BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Mike Hammonds
EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
TEL;PREF;FAX:(502)426-8800
X-GWUSERID:mhammonds
ORG:;IS Department
N:Hammonds;Mike
TEL;WORK:(502)214-6324
TITLE:IS MAnager
END:VCARD




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]