What load are you talking about?  This is just an issue of telling the web
browser the image's dimensions.  It's not like the image is being processed
to convert it to that image size.

-----Original Message-----
No, 
        I did think of it, but the page may end up with quite a few
pics, and I download of a modem...

        Prefer if server has the load...

        Steve

|-----Original Message-----
|From: Lazor, Ed [mailto:[EMAIL PROTECTED]] 
|Sent: 02 July 2002 21:34
|To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
|Subject: RE: [PHP] FW: Help please!
|
|
|Why would it be quicker on the client-side?  I would think 
|you'd go with the first option.  That way the layout of your 
|web page is maintained while the image downloads.
|
|-----Original Message-----
|Do not want    
|<img src="getdata.php?id=3" width="100" height="100">
|
|WHat I want
|<img src="getdata.php?id=3&width=100&height=100">
|
|WHich will be a lot quicker on the client side.
|
|       I cannot make a permanent file to use when I get the 
|information from the PHP database due to server security, only 
|a tmpfile which the data can then be placed. But to use the 
|image functions you need to specify a filename. THere does not 
|seem to be a way to get the filename of a file pointer so how 
|do I do it please?
|
|       I have asked the ISP to give me permissions to create 
|files int he server directory but they will not let me. 
|
|       Thanks you!
|
|       Steve
|
|
|-- 
|PHP General Mailing List (http://www.php.net/)
|To unsubscribe, visit: http://www.php.net/unsub.php
| 
|***************************************************************
|*************
|This message is intended for the sole use of the individual 
|and entity to whom it is addressed, and may contain 
|information that is privileged, confidential and exempt from 
|disclosure under applicable law.  If you are not the intended 
|addressee, nor authorized to receive for the intended 
|addressee, you are hereby notified that you may not use, copy, 
|disclose or distribute to anyone the message or any 
|information contained in the message.  If you have received 
|this message in error, please immediately advise the sender by 
|reply email and delete the message.  Thank you very
|much.                                                          
|             
|
|-- 
|PHP General Mailing List (http://www.php.net/)
|To unsubscribe, visit: http://www.php.net/unsub.php
|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
 
****************************************************************************
This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.                                                                       

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to