<?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: PHP</title>
	<atom:link href="http://www.learningprocessing.com/tutorials/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:13:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Nowak</title>
		<link>http://www.learningprocessing.com/tutorials/php/comment-page-1/#comment-2683</link>
		<dc:creator>Stefan Nowak</dc:creator>
		<pubDate>Wed, 20 May 2009 16:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=1117#comment-2683</guid>
		<description>This tutorial perfectly illustrates the way of how Processing can request from PHP! Or in other words: How to initiate inter process communication from Processing to PHP!

I want to add a hint, for people who might ask themselves:

Q: How can I send events/data from PHP to Processing? In other words: How can I initiate communication from PHP to Processing?
A: Just create a Server object in Processing and then send data to it from within PHP via its various stream access functions like fwrite().

I used the tutorial at:
http://processing.org/learning/libraries/chatserver.html

To test the server reaction I started a telnet session in the command line:

$ telnet localhost 10002

An interactive session opened. I wrote various lines, which I each submitted via the RETURN key. Within Processing the sent lines immediately appeared. It works fine!

More on PHP streams, etc:
http://www.php.net/manual/en/intro.stream.php
http://www.php.net/manual/en/function.fwrite.php</description>
		<content:encoded><![CDATA[<p>This tutorial perfectly illustrates the way of how Processing can request from PHP! Or in other words: How to initiate inter process communication from Processing to PHP!</p>
<p>I want to add a hint, for people who might ask themselves:</p>
<p>Q: How can I send events/data from PHP to Processing? In other words: How can I initiate communication from PHP to Processing?<br />
A: Just create a Server object in Processing and then send data to it from within PHP via its various stream access functions like fwrite().</p>
<p>I used the tutorial at:<br />
<a href="http://processing.org/learning/libraries/chatserver.html" rel="nofollow">http://processing.org/learning/libraries/chatserver.html</a></p>
<p>To test the server reaction I started a telnet session in the command line:</p>
<p>$ telnet localhost 10002</p>
<p>An interactive session opened. I wrote various lines, which I each submitted via the RETURN key. Within Processing the sent lines immediately appeared. It works fine!</p>
<p>More on PHP streams, etc:<br />
<a href="http://www.php.net/manual/en/intro.stream.php" rel="nofollow">http://www.php.net/manual/en/intro.stream.php</a><br />
<a href="http://www.php.net/manual/en/function.fwrite.php" rel="nofollow">http://www.php.net/manual/en/function.fwrite.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinn DuPont</title>
		<link>http://www.learningprocessing.com/tutorials/php/comment-page-1/#comment-697</link>
		<dc:creator>Quinn DuPont</dc:creator>
		<pubDate>Sun, 01 Feb 2009 01:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=1117#comment-697</guid>
		<description>Processing and PHP seem like such a natural fit, thanks!

Coming from a PHP background to Processing is making me think of the possibilities, I&#039;m glad you jogged some ideas for me.</description>
		<content:encoded><![CDATA[<p>Processing and PHP seem like such a natural fit, thanks!</p>
<p>Coming from a PHP background to Processing is making me think of the possibilities, I&#8217;m glad you jogged some ideas for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.learningprocessing.com/tutorials/php/comment-page-1/#comment-126</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=1117#comment-126</guid>
		<description>This is a great intro to PHP, and the suggestion for how to use PHP along with Processing is fantastic. Very clear and helpful for adding another level of sophistication to processing applets.</description>
		<content:encoded><![CDATA[<p>This is a great intro to PHP, and the suggestion for how to use PHP along with Processing is fantastic. Very clear and helpful for adding another level of sophistication to processing applets.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
