<?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: VBA to PHP to MYSQL &#8211; Write from Excel to a Web Page</title>
	<atom:link href="http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: J</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-2315</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:23:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-2315</guid>
		<description>You can also use MyCon.ResponseText</description>
		<content:encoded><![CDATA[<p>You can also use MyCon.ResponseText</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bestam</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-1136</link>
		<dc:creator>Bestam</dc:creator>
		<pubDate>Fri, 30 Jan 2009 07:40:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-1136</guid>
		<description>Hi, I am not sure if it´s of any help. But here are three files I used to update, write and extract data between excel and mysql when I been updating alot of data.

http://vbaexcel.eu/vba-macro-code/extract-get-data-from-mysql-php

http://vbaexcel.eu/vba-macro-code/update-mysql-database-php

http://vbaexcel.eu/vba-macro-code/write-to-mysql-database-php</description>
		<content:encoded><![CDATA[<p>Hi, I am not sure if it´s of any help. But here are three files I used to update, write and extract data between excel and mysql when I been updating alot of data.</p>
<p><a href="http://vbaexcel.eu/vba-macro-code/extract-get-data-from-mysql-php" rel="nofollow">http://vbaexcel.eu/vba-macro-code/extract-get-data-from-mysql-php</a></p>
<p><a href="http://vbaexcel.eu/vba-macro-code/update-mysql-database-php" rel="nofollow">http://vbaexcel.eu/vba-macro-code/update-mysql-database-php</a></p>
<p><a href="http://vbaexcel.eu/vba-macro-code/write-to-mysql-database-php" rel="nofollow">http://vbaexcel.eu/vba-macro-code/write-to-mysql-database-php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Movian</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-947</link>
		<dc:creator>Movian</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:20:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-947</guid>
		<description>i would also be interested in a 2 way data transfer system. i have an access database and i wish to use an online mysql database to hold license information for my clients. For security reasons i would like to have a php file to all the mysql handling. So i want the VBA to post the clients details to the php, the php would then access the database and return what licenses they have. the vba can then take that and activate the licensing. So far this apears to have half of the problem resolved. i can get the vba to post to the php and the php to retrieve information from mysql. However the next step has me perplexed. Mabye i should get the php to write that information to a predetermined variable named text file which the vba could then download and read and then delete. 

or if you find a better way please let me know :) b

but at any rate great work its great code :)</description>
		<content:encoded><![CDATA[<p>i would also be interested in a 2 way data transfer system. i have an access database and i wish to use an online mysql database to hold license information for my clients. For security reasons i would like to have a php file to all the mysql handling. So i want the VBA to post the clients details to the php, the php would then access the database and return what licenses they have. the vba can then take that and activate the licensing. So far this apears to have half of the problem resolved. i can get the vba to post to the php and the php to retrieve information from mysql. However the next step has me perplexed. Mabye i should get the php to write that information to a predetermined variable named text file which the vba could then download and read and then delete. </p>
<p>or if you find a better way please let me know <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  b</p>
<p>but at any rate great work its great code <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamza</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-910</link>
		<dc:creator>Hamza</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:44:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-910</guid>
		<description>got how to get it to work in new workbooks! :D

ok, in the VB click on ObjectBrowser.
then right click anywhere under the library.
select references
tick the 6th box (microsoft WinHTTP)

and now it will work! yayy


BUT.. still trying to find out how to get data from sql into the workbook! :)

ciao</description>
		<content:encoded><![CDATA[<p>got how to get it to work in new workbooks! <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>ok, in the VB click on ObjectBrowser.<br />
then right click anywhere under the library.<br />
select references<br />
tick the 6th box (microsoft WinHTTP)</p>
<p>and now it will work! yayy</p>
<p>BUT.. still trying to find out how to get data from sql into the workbook! <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamza</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-909</link>
		<dc:creator>Hamza</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:57:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-909</guid>
		<description>Hi everyone..

im working on a project for my office, and i have used this code.. tested it and it worked.. but when i have pluged it to the program im working on, it started to give me this error message...

Compile error:
User-defined type not defined

any idea????

one other thing.. how can we get the message from the sql to the workbook.. rather than going to the web to read the messages, i want it to show back in the workbook and update every 5 sec let say....

any one???


thanks ppl</description>
		<content:encoded><![CDATA[<p>Hi everyone..</p>
<p>im working on a project for my office, and i have used this code.. tested it and it worked.. but when i have pluged it to the program im working on, it started to give me this error message&#8230;</p>
<p>Compile error:<br />
User-defined type not defined</p>
<p>any idea????</p>
<p>one other thing.. how can we get the message from the sql to the workbook.. rather than going to the web to read the messages, i want it to show back in the workbook and update every 5 sec let say&#8230;.</p>
<p>any one???</p>
<p>thanks ppl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-374</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 26 Feb 2005 12:20:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-374</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-373</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Fri, 25 Feb 2005 11:35:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-373</guid>
		<description>Arrrr no rest of the wicked eh! , hope the move goes well!!!</description>
		<content:encoded><![CDATA[<p>Arrrr no rest of the wicked eh! , hope the move goes well!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-372</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 25 Feb 2005 10:59:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-372</guid>
		<description>With delicious:&lt;br /&gt;
&lt;br /&gt;
You add a POST link to your favorites, then when you are surfing the web, if you see a page you like you click your favorites link, add some tags and hit send.&lt;br /&gt;
&lt;br /&gt;
Bam, it adds your post to delicious.  &lt;br /&gt;
&lt;br /&gt;
I&#039;m setting up my blog the same way, so it will be exactly as you described.....it&#039;s a bookmarking tool, plus I&#039;ll be able to comment on the link, and visitors will be able to comment on my comments on the link.&lt;br /&gt;
&lt;br /&gt;
I understand your thoughts about delicious, as I&#039;ve been starting to use it more I had the thought, &quot;heck, this is the same as a blog except I can&#039;t add much content except tags, and I don&#039;t &#039;own&#039; my links anymore.&quot;  That was my motivation behind starting a linkblog.&lt;br /&gt;
&lt;br /&gt;
However there isn&#039;t a need to use Excel for this, just a browser.   I&#039;ll have to let the thought sit for a few days, get caught up on things, learn more php, and commence packing my stuff up(I&#039;m moving in 2 weeks).&lt;br /&gt;
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>With delicious:</p>
<p>You add a POST link to your favorites, then when you are surfing the web, if you see a page you like you click your favorites link, add some tags and hit send.</p>
<p>Bam, it adds your post to delicious.  </p>
<p>I&#8217;m setting up my blog the same way, so it will be exactly as you described&#8230;..it&#8217;s a bookmarking tool, plus I&#8217;ll be able to comment on the link, and visitors will be able to comment on my comments on the link.</p>
<p>I understand your thoughts about delicious, as I&#8217;ve been starting to use it more I had the thought, &#8220;heck, this is the same as a blog except I can&#8217;t add much content except tags, and I don&#8217;t &#8216;own&#8217; my links anymore.&#8221;  That was my motivation behind starting a linkblog.</p>
<p>However there isn&#8217;t a need to use Excel for this, just a browser.   I&#8217;ll have to let the thought sit for a few days, get caught up on things, learn more php, and commence packing my stuff up(I&#8217;m moving in 2 weeks).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-371</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Fri, 25 Feb 2005 02:04:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-371</guid>
		<description>&quot;We have the technology, were jus not sure what to do with it</description>
		<content:encoded><![CDATA[<p>&#8220;We have the technology, were jus not sure what to do with it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2005/02/22/excel_vba_to_php_to_mysql_write_from_exc/comment-page-1/#comment-370</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 24 Feb 2005 23:34:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-370</guid>
		<description>Actually, 2 evenings into coding the blog and things are going VERY fast.  PHP hasn&#039;t been as big of hurdle as I thought.&lt;br /&gt;
&lt;br /&gt;
I hope to have a basic linkblog (no comments etc.) going by early next week, at a different domain.&lt;br /&gt;
&lt;br /&gt;
Having the ability to code a website opens up many possibilities, just not sure what they are yet :-)&lt;br /&gt;
&lt;br /&gt;
per the send in links suggestion, and excel based &lt;a href=&quot;http://del.icio.us&quot; rel=&quot;nofollow&quot;&gt;delicious&lt;/a&gt; might be cool.&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Actually, 2 evenings into coding the blog and things are going VERY fast.  PHP hasn&#8217;t been as big of hurdle as I thought.</p>
<p>I hope to have a basic linkblog (no comments etc.) going by early next week, at a different domain.</p>
<p>Having the ability to code a website opens up many possibilities, just not sure what they are yet <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>per the send in links suggestion, and excel based <a href="http://del.icio.us" rel="nofollow">delicious</a> might be cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

