I just received a database error related to the tags. This one looks like it has something to do with the tags having an apostrophe "s" at the end of "Disney". So, here's the error...
Code:
Invalid SQL:
SELECT videotag.*
FROM videotag AS videotag
WHERE tagtext = 'disney's';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's'' at line 3
Error Number : 1064
....any word on what can be done with this one?