TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 07-30-2008, 06:37 PM   #1 (permalink)
The Visitor
 
Join Date: Jul 2008
Location: North Carolina
Posts: 2
Thanks: 0
bakermx is on a distinguished road
Default Content- type won't change, dynamic image

Hi, I came across an issue while trying to dyamically change the content-type to the right type for an image

Here is show.php
Code:
<?php
include('inc/db.php');

$id = $_GET['id'] ;

   $query = "SELECT imgdata,type FROM pics WHERE id=$id";
   $result = MYSQL_QUERY($query);
   $data = MYSQL_RESULT($result,0,"imgdata");
   $type = MYSQL_RESULT($result,0,"type");
   Header( "Content-type: $type ");
echo $data;

?>
and here is the database structure
Code:
CREATE TABLE pics (
	id INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
	type TEXT,
	caption VARCHAR(255),
	albumid INT(10) NOT NULL,
    imgdata LONGBLOB )
Does anyone see any issues with these?

Any Help would be appreciated,
thanks.

- The issue is it outputs the data as text/plain ,
I failed to mention this previously
__________________
"We are told never to cross a bridge until we come to it, but this world is owned by men who have 'crossed bridges' in their imagination far ahead of the crowd."
Send a message via AIM to bakermx Send a message via MSN to bakermx Send a message via Yahoo to bakermx
bakermx is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


All times are GMT. The time now is 03:15 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design