[PHP-WIN] Select list again

2006-04-07 Thread Alf Stockton
How can I, with only HTML & PHP, retrieve the select value from a selection the user made without a select button? -- Regards, Alf Stocktonwww.stockton.co.za Q: How many lawyers does it take to change a light bulb? A: One. Only it's his light bulb when he's done. My emai

Re: [PHP-WIN] Select list again

2006-04-07 Thread Alf Stockton
George Pitcher wrote: Alf, I didn't quite understand your question, but if you 'Submit' your form then in your response script do print_r($_POST); That will show you how the data is being received and you should be able to work out how to capture what you need. Hope this helps George ---

Re: [PHP-WIN] Select list again

2006-04-07 Thread Alf Stockton
George Pitcher wrote: Alf, I suspect that you're still toil;ing away with the same problem that we played with last week? I moved to Ajax because the previous (non-Ajax) javascript solution seemed to be a bit flakey. One of the reasons why I never passed that earlier one on to you was that it

[PHP-WIN] Re: Select list again.

2006-04-07 Thread Alf Stockton
I don't believe that it has taken this long for me to understand that both the client as well as the server software/script exist in one document/script/source file. It was a hell of a lot easier when writing client / server stuff in C where it was obvious what the client software was and what