2007. 03. 14, szerda keltezéssel 19.30-kor Børge Holen ezt írta:
> On Tuesday 13 March 2007 22:09, Tijnema ! wrote:
> > On 3/13/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
> > > On 3/13/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
> > > > So you just need to set the content-type and output
> > > > add
On Tuesday 13 March 2007 22:09, Tijnema ! wrote:
> On 3/13/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
> > On 3/13/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
> > > So you just need to set the content-type and output
> > > add this to the bottom of the script:
> > > header("Content-Type: ".$encodedda
On Tue, March 13, 2007 9:07 pm, Jim Lucas wrote:
> DON'T USE REQUEST
> only use it from where you expect it to be, in this case, $_GET
Unless you actually WANT your web application to be flexible and allow
other users to have links or POST forms to interface with it...
It's not like you can trust
Bruce Gilbert wrote:
I am having some difficulty getting an image to display on a php that
I have added to MySQL DB.
Here is what I have tried so far
in the MySQL DB I have a table called image_holder and the fields are
id,mimename,filecontents...filecontents field is set to a type of blob
On 3/13/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
On 3/13/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
> So you just need to set the content-type and output
> add this to the bottom of the script:
> header("Content-Type: ".$encodeddata);
> echo $title;
>
> If i understand you right.
>
> Tijnema
>
On 3/13/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
I am having some difficulty getting an image to display on a php that
I have added to MySQL DB.
Here is what I have tried so far
in the MySQL DB I have a table called image_holder and the fields are
id,mimename,filecontents...filecontents
I am having some difficulty getting an image to display on a php that
I have added to MySQL DB.
Here is what I have tried so far
in the MySQL DB I have a table called image_holder and the fields are
id,mimename,filecontents...filecontents field is set to a type of blob
using PHPMyAdmin and I
Hi Guys,
I have some images stored in my MySql database that I'd like to display on
the bottom of my HTML page. However, whenever I attempt to display the
images using the follow code:
$getPhoto = mysql_fetch_object($result);
$Type = $getPhoto->type;
Header("Content-type: $Type");
$Body = $getP
8 matches
Mail list logo