Menu

inserting a hyperlink alongside the plot

sid
2013-02-15
2013-02-15
  • sid

    sid - 2013-02-15

    hi
    i am designing a php page, a part of which fetches data and creates a bar chart using phplot in a separate php file. I want to insert a hyperlink on that phplot bar chart page to return to the previous page. It would be helpful indeed if you could give me a sample php code with a link as described above.
    thanks :)

     
  • lbayuk

    lbayuk - 2013-02-15

    Unless you are using $plot->EncodeImage() to embed the plot image in your page, you have 2 PHP scripts. The first produces an HTML page with an image inside it, using <img src="otherscript.php">. The second ('otherscript.php') uses PHPlot and returns only image data, not HTML. There are no hyperlinks inside images. (The whole image can be a hyperlink, or an image map, but that is produced by the first script, not the second script.)

    Or have I completely misunderstood what you are trying to do?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.