On Sat, 18 Jul 2009, [email protected] wrote: > The links that populate the array periodically change so I use PHP and > MySQL to track and store the most current versions. I want to be able > to do a query to populate the array and do a seamless merge into the > javascript to do the display. > > This all seams pretty kludgy to me
Much better to have PHP run the MySQL query and generate the JavaScript directly. -- Aj. _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
