Posted: Sun Oct 30, 2005 12:15 pm
I was looking at the code and thought it might have something to do with this?
Code: Select all
echo "<script type=\"text/javascript\">
var Descriptions = new Array();\n";
foreach ($description as $key => $value)
{
echo "Descriptions[\'$key\'] = \'$value\'\n";
}
echo '</script>';