Fwd: [PHP] change php variable depending on selection

2008-01-21 Thread Nathan Nobbe
-- Forwarded message -- From: Nathan Nobbe [EMAIL PROTECTED] Date: Jan 21, 2008 10:43 AM Subject: Re: [PHP] change php variable depending on selection To: stp [EMAIL PROTECTED] On Jan 21, 2008 9:42 AM, stp [EMAIL PROTECTED] wrote: I'm sorry…..I've got the conversion

[PHP] change php variable depending on selection

2008-01-20 Thread PHP-General
Hi, I've looked everywhere on the web (except of course the place that has the answer ;) ) but can't seem to find a solution. I'm trying to build an rss reader on a webpage. The idea is simple: there's a dropdown box where you select the name of the blog and when you select the blog you

Re: [PHP] change php variable depending on selection

2008-01-20 Thread Nathan Nobbe
On Jan 20, 2008 8:51 PM, PHP-General [EMAIL PROTECTED] wrote: Hi, I've looked everywhere on the web (except of course the place that has the answer ;) ) but can't seem to find a solution. I'm trying to build an rss reader on a webpage. The idea is simple: there's a dropdown box where you

Re: [PHP] change php variable depending on selection

2008-01-20 Thread PHP-General
thx for the reply but i am a bit confused (i am new to php and even to javascript) Where would I put the javascript portion (the window.onLoad part), then? Here is the relevant portion of the code. My test page can be seen at http://valueinvestingplanet.com/test. The idea is to have the rss

Re: [PHP] change php variable depending on selection

2008-01-20 Thread Nathan Nobbe
here is a complete, working example; hope it helps. http://nathan.moxune.com/exampleDynamicSelect.php -nathan