I've found some JavaScripts that will do what I require. Here's the
question before I get to deeply into hacking the scripts...

Can you embed PhP in JavaScript. In other words, the Java requires that
arrays be filled. The entries into these arrays need to come from my
database which is accessed via PhP. 

In Java line...
new Array()

can I embed the PhP...
><?php echo $database['field']; ?>

Thanx,
-- 
Robb Kerr
Digital IGUANA

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

Reply via email to