> so there is no way to use javascript and php together?  

No, not really.  Not in the way you are hoping.

> If not, can php do some of the cool things that javascript does?  The main 
> thing I am looking for is a somthing like this:
> http://www.dynamicdrive.com/dynamicindex1/popit.htm  but I want the options
> built from the db by mysql.

Go to that page.
View the source.
PHP can output all of that data that you see.
Take everything else you know about PHP and db access and apply it to 
that concept.
 
Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to