Jump to content

Php Image Generation


yoded

Recommended Posts

Hi , I was just toying around with generating a php image , and I would like to know how to make objects you generate in a php image to act as a hyperlink.Sorry for the noob question,but to whomever might answer , already thanks for your help!

Link to comment
Share on other sites

An image doesn't really have objects, it's just an image. In HTML you can either make an entire image a link, or you can use an image map to define clickable regions. This happens in HTML when you embed the image, not when you create it (regardless of how you create it).

Link to comment
Share on other sites

Err, I think you mean the MIME type (or "internet media type" as we are apparently supposed to call it now) :)Note that if you do generate an image using PHP you do have to echo out the image data eventually.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...