PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When generating a GD image (.JPG in this case) and sending it directly to a browser using,
header ('Content-type: image/jpeg');
Is there any way of sending the filename too, so that if someone saves the image in thier browser the dialog would reflect the filename (picture.jpg) rather than the script name (imgcreate.php.jpg)? Thanks.