Current location: Hot Scripts Forums » Programming Languages » PHP » Displaying images!


Displaying images!

Reply
  #1 (permalink)  
Old 06-28-03, 02:11 AM
boskyvora boskyvora is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Displaying images!

Hello There,

I am looking for a script wherein i can fetch the image which is stored in database in a binary format, n display this image on my xyz.php page.

Bosky.
Reply With Quote
  #2 (permalink)  
Old 06-28-03, 08:13 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
could you rephase this please i dont understand what your saying.
Reply With Quote
  #3 (permalink)  
Old 06-30-03, 12:44 AM
boskyvora boskyvora is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
The basic purpose of my page is allow a user to upload some images. These images are stored in MYSQL Server using the following command.

$file2 = fopen($_GET['file2'],"r");
$image2 = addslashes(fread($file2, filesize($_GET['file2'])));

Now what i want to do is i want to fetch this image from MYSQL Server and display it on another page.

Bosky
Reply With Quote
  #4 (permalink)  
Old 06-30-03, 03:05 AM
gizmoitus's Avatar
gizmoitus gizmoitus is offline
Niamh's Daddy
 
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Fairly simple... you pull the image from the database using the mysql calls, and read it into a variable. Then you set the header to be the right imagetype, and echo out the contents of your variable.
Reply With Quote
  #5 (permalink)  
Old 06-30-03, 07:53 AM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
yea that is basically how it is done.if you need need help calling it reply.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need one MouseOver event to change TWO images AccessGuy JavaScript 5 12-13-03 03:40 AM
List images and zip before download jaimexyz Script Requests 0 09-01-03 03:01 PM
Showing images in a directory Bob PHP 4 08-25-03 08:16 AM
Displaying images from MYSQL Soulidified PHP 1 07-22-03 06:01 PM
Looking for a script to upload images in a database. boskyvora PHP 2 06-16-03 04:18 AM


All times are GMT -5. The time now is 08:15 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.