Nodral Posted June 8, 2011 Share Posted June 8, 2011 Hi Is there a way of adding html and hyperlinks to a jpeg created with the image functions of php? Or do i need to save the graphic output to file and then call it from an HTML page? Link to comment https://forums.phpfreaks.com/topic/238792-combining-pictures-and-html/ Share on other sites More sharing options...
WebStyles Posted June 8, 2011 Share Posted June 8, 2011 let me see if I get it... you want to execute html code from a single jpeg file? As in, use php to create a jpeg file, that you can then send as a little standalone application that will execute it's very own html upon arrival to it's destination? Link to comment https://forums.phpfreaks.com/topic/238792-combining-pictures-and-html/#findComment-1227023 Share on other sites More sharing options...
Nodral Posted June 8, 2011 Author Share Posted June 8, 2011 That's right. But on second thoughts, this is an app to dynamically create a report from a series of 80 questions which fall into various categories, including graphs and output to the browser, so possibly to save the graphic and then add to an html page would be better. Link to comment https://forums.phpfreaks.com/topic/238792-combining-pictures-and-html/#findComment-1227088 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.