freelance71 wrote:
> I have a combo box (select) and when the user selects a value I want to
> populate an HTML table from DB depending on the value selected. Whats the
> easiest way to achieve it. I've searched google and the examples require
> java script. Is there a way to do this with only PHP. I had the impression
> you could do anything with PHP. Infact there is a book titled 'How to do
> every thing in PHP'!
> --
> When you argue with a fool, chances are he's doing the same
>
>
>
PHP is server side. A select box is client side. You need a client
side routine - i.e. javascript.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================