[SOLVED] simple question (when SSI is pointed at image)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
asi0917
Forum Commoner
Posts: 41
Joined: Thu Nov 25, 2004 10:37 am
Location: Shoreline, Washington
Contact:

[SOLVED] simple question (when SSI is pointed at image)

Post by asi0917 »

when you specify a server side include as an image:

Code: Select all

<?php require("image.gif"); ?>
does it generate <img> image </img> tags for you?

?>
Last edited by asi0917 on Sat Dec 04, 2004 1:01 pm, edited 1 time in total.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Have you tried and seen what the output is?
User avatar
asi0917
Forum Commoner
Posts: 41
Joined: Thu Nov 25, 2004 10:37 am
Location: Shoreline, Washington
Contact:

Post by asi0917 »

i can't, my hosting servers down,
otherwise i would have to bother these forum go-ers
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

to my knowledge it will spit out

[quote]1AqQa
User avatar
asi0917
Forum Commoner
Posts: 41
Joined: Thu Nov 25, 2004 10:37 am
Location: Shoreline, Washington
Contact:

Post by asi0917 »

ew.
ok, its solved
Post Reply