We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › php $_GET variables into P5 applet
Page Index Toggle Pages: 1
php $_GET variables into P5 applet (Read 658 times)
php $_GET variables into P5 applet
Nov 20th, 2007, 11:02am
 
Hi Forum

I'd like to pass a php variable retrieved with the $_GET function to a P5 applet on a web page, in this case a string.

Is this possible?

Thanks in advance
~ce
Re: php $_GET variables into P5 applet
Reply #1 - Nov 20th, 2007, 11:32am
 
Yes, see: http://processing.org/reference/param_.html
Re: php $_GET variables into P5 applet
Reply #2 - Nov 20th, 2007, 11:58am
 
Wow!
So easy!
Thanks John.
Page Index Toggle Pages: 1