Re: [PHP] Image location question.

2001-09-25 Thread Andrey Hristov

You have to have one script for the page and one which serves the image. Also it's 
possible to use just one script by using GET but
this is a mess
some_script.php:



...



get_image.php:


Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


- Original Message -
From: "Johan Vikerskog (EMP)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 25, 2001 3:17 PM
Subject: [PHP] Image location question.


> I have a question.
> I have created an image with
> imagecreatefromjpeg
>
> I have a empty page and i want to display the picture at a specefic location at the 
>page.
> Does anyone know how to do that?
>
> With regards
>
> file://Johan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Image location question.

2001-09-25 Thread Johan Vikerskog (EMP)

I have a question.
I have created an image with
imagecreatefromjpeg

I have a empty page and i want to display the picture at a specefic location at the 
page.
Does anyone know how to do that?

With regards

//Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]