ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  embed simplebar.php to my PHP program
Posted by ben on Jan-06-2011 13:09
Hi,

I am currently running a PHP program but when I embed the script of simplebar.php inside my current program,  it gives my browser a garbage characters.

Please let me know how can I fix this.

Thank you.

Ben Tabangcura

  Re: embed simplebar.php to my PHP program
Posted by Peter Kwan on Jan-07-2011 00:10
Hi Ben,

Charts are images. You may "include" a chart in your web page using exactly the same method as including a standard image. For example:

<img src="simplebar.php">

Are you using the above method to include the chart in your web page, or are you using other methods? Note that according to HTML standard, you cannot directly include any image in a web page. HTML only allows you to include an <IMG> tag that references the image. This applies to normal images as well as chart images.

Hope this can help.

Regards
Peter Kwan