Miller, Terion wrote:
I am trying to get an image to display but I get nothing if done like this:
Scout Photo:
If I just echo the field I do get the file name
Do you get the just the file name or the full path to the image on the
server?
If, say, t
Robert,
I am fairly new to php as well, but I think I may be able to help.
Unless you need to modify the images when you display them, you
should be able to just use html to display them as thus:
--Start Code Here
/* These variables would be filled in by the information you have
from your fla
I had the same problem. This is due to bad documentation I think. Just
ImageCreateFromxxx to imagecreatefromxxx and DW MX will show it as a
valid func AND more importantly, it will work.
Let me know if this helps
- Sid
> -Original Message-
> From: Robert Stermer-Cox [mailto:[EMAIL PROTEC
Robert,
The image functions do indeed work, check the PHP docs for more info:
http://www.php.net/manual/en/ref.image.php
However, your server must have the GD libraries installed and PHP must be
properly configured. The docs should be a good starting point if nothing
else.
---Matt
-Origin
On Wed, 5 Jun 2002, Ragnar wrote:
> no, you did not misunderstand. Thats the way im building the html code for
> displaying images now, but in the manual there is a lot of image-functions.
> I thought that there maybe was some better way of displaying the images..
The image functions are for buil
Thx,
no, you did not misunderstand. Thats the way im building the html code for
displaying images now, but in the manual there is a lot of image-functions.
I thought that there maybe was some better way of displaying the images..
But... hey, if this is the way it is done i guess everything is ok
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Ragnar declared
> What is the best way to display images in the browser with php? If i for
> instance have the pictures in ..\pictures\
print("");
Or did i misunderstand you?
- --
Nick Wilson // www.explodingnet.com
-BEG
> What is the best way to display images in the browser with php? If i
> for instance have the pictures in ..\pictures\
Youre asking the wrong question. PHP doesnt display anything in the
browser... the browser does that job. What you can do is one of the
following:
1. Output content headers and
On Thu, Oct 25, 2001 at 10:30:24PM +0200, Rudi Ahlers wrote:
> I would like to setup a banned ad server, and I will need the images
> to be displayed in standard html pages, where the users don't have
> php access. Thus, they should be able to call up the image from a
> normal html page, ie: src
9 matches
Mail list logo