|
Posted by Tom on 05/23/07 17:08
On Sun, 20 May 2007 07:16:53 +0800, steve wrote...
>
>Hi Guys,
>
>
>I have a selection menu that is generated via php and a backend database.
>the code is working.
>
>
>What I want to do is take a selection from the menu then select a table of
>results based on that key.
>
>I have the code to select & build the table, but i am having problems tieing
>the selection box to trigger the table update.
>
>
>Javascript is out , incase it is disabled, I have no Ajax , all i have is
>PHP.
>
>
>Thanks
>
>Steve
>
>
>
You can use PHP to do that. If you are using the post method on your form, you
can get its value using the $_POST['Name'] variable where "Name" is the name you
assigned to that <select> tag.
Tom
--
Newsguy.com - Unlimited Accounts - $19.95 / month
Now supporting up to 32 concurrent connections
Navigation:
[Reply to this message]
|