<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google chart over HTTPS/SSL</title>
	<atom:link href="http://www.saynotoflash.com/archives/google-chart-over-httpsssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/</link>
	<description>PHP, Symfony, Web Development</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jestep</title>
		<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/comment-page-1/#comment-22279</link>
		<dc:creator>jestep</dc:creator>
		<pubDate>Fri, 27 Aug 2010 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=403#comment-22279</guid>
		<description>It eliminates the error that the user would typically see. But, it is a non-secure connection between the server and google on the back-end.</description>
		<content:encoded><![CDATA[<p>It eliminates the error that the user would typically see. But, it is a non-secure connection between the server and google on the back-end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Raskin</title>
		<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/comment-page-1/#comment-22278</link>
		<dc:creator>Alon Raskin</dc:creator>
		<pubDate>Fri, 27 Aug 2010 16:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=403#comment-22278</guid>
		<description>Perhaps I am missing something but this doesnt really resolve the security question. Right? I mean the data is still transmitted in clear text between the server and the google charts server? Right?</description>
		<content:encoded><![CDATA[<p>Perhaps I am missing something but this doesnt really resolve the security question. Right? I mean the data is still transmitted in clear text between the server and the google charts server? Right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chemicaloliver &#187; Secure Graphs &#8211; Using Google Charts API over https using PHP and cURL</title>
		<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/comment-page-1/#comment-22123</link>
		<dc:creator>chemicaloliver &#187; Secure Graphs &#8211; Using Google Charts API over https using PHP and cURL</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=403#comment-22123</guid>
		<description>[...] then loading the file over https from your own site, indeed an example has already been published here but that example uses functions disabled on many web hosts (including mine) : file_get_contents() [...]</description>
		<content:encoded><![CDATA[<p>[...] then loading the file over https from your own site, indeed an example has already been published here but that example uses functions disabled on many web hosts (including mine) : file_get_contents() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/comment-page-1/#comment-21882</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 05 Jan 2010 16:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=403#comment-21882</guid>
		<description>Great code!!  Exactly what I needed.  Thank you for posting for everyone use.</description>
		<content:encoded><![CDATA[<p>Great code!!  Exactly what I needed.  Thank you for posting for everyone use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikosh</title>
		<link>http://www.saynotoflash.com/archives/google-chart-over-httpsssl/comment-page-1/#comment-21737</link>
		<dc:creator>mikosh</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=403#comment-21737</guid>
		<description>Thank you! That&#039;s what i was looking for! i didn&#039;t need to use https, but i needed to grab image chart and then include in pdf (with fpdf). Your trick works great.


$chart_image_url=&#039;http://chart.apis.google.com/chart?...&#039;;
$local_charts_path = &#039;../img/charts/&#039;;
$chart_image_name = &#039;chart.png&#039;;		file_put_contents($local_charts_path.$chart_image_name,file_get_contents($chart_image_url));

then, after:

$pdf-&gt;Image($local_charts_path.$chart_image_name,10,10,120,20);</description>
		<content:encoded><![CDATA[<p>Thank you! That&#8217;s what i was looking for! i didn&#8217;t need to use https, but i needed to grab image chart and then include in pdf (with fpdf). Your trick works great.</p>
<p>$chart_image_url=&#8217;http://chart.apis.google.com/chart?&#8230;&#8217;;<br />
$local_charts_path = &#8216;../img/charts/&#8217;;<br />
$chart_image_name = &#8216;chart.png&#8217;;		file_put_contents($local_charts_path.$chart_image_name,file_get_contents($chart_image_url));</p>
<p>then, after:</p>
<p>$pdf-&gt;Image($local_charts_path.$chart_image_name,10,10,120,20);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
