Just a technical note: For the plot I assume you are using htmlentities on data from some type of feed. htmlentities seems to escape stuff like quotes using a backslash. stripslashes gets rid of these. I have begun to do something like the following.
echo stripslashes(htmlentities($question)); Anyway, that was an odd behavior I recently ran into myself. I just happened to notice slash-escaped quotes in one of the plots. Orson _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
