Don't complicate it...

Just enclose your list entries in <a
href=another.html?id=${entry}>${entry}</a> and use another page if you
want...
Or loop back to the same page and check
if(empty($id))
 {show the first list... <a href=${PHP_SELF}?id=${entry}>${entry}</a> ...}
else
 { show the second list}


""Sridhar Ranganathan"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> I have a list that is populated by a table. when an item is selected, i
want
> to show another list populated from antoehr table WITHOUT form submission.
> possible?? i think this kinda mixes client side and server side does it
> now?!
>
> regards
> sridhar ranganathan
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to