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