Forum: General
08-02-2008, 02:22 PM
|
|
Replies: 5
Views: 639
|
Forum: General
07-30-2008, 06:37 PM
|
|
Replies: 5
Views: 639
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
<?php
include('inc/db.php');
$id = $_GET['id'] ;
$query = "SELECT...
|