It seems to me that there are a lot of people who believe PHP can be
executed on the client side.

It cannot. For this, you would use JavaScript. PHP and JavaScript go REALLY
well together. They are best friends because they help each other out.

There is a way to do what you want to do. I have seen it before. But it's
gonna take some creative thinking. My advice is take this question to a
JavaScript discussion forum.

In a nut shell, what you will probably end up doing, is creating javascript
variables from your php/database. Then, you will have some JavaScript
onClicks on the page to access these javaScript variables.

I hope this sets you on the right path to your answer. I know it's a little
generic but hopefully, when someone searches for clientside in the archive,
this email will help them as well.

Good luck!

jeremy



----- Original Message -----
From: "Sridhar Ranganathan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 11:15 PM
Subject: [PHP-DB] Server side or client side?


> 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