Latest news:
New android application Islamic Video has been released. its a free islamic video application for android smartphone. Download now!
Have a look at
http://www.webmasterworld.com/forum88/7382.htm
I believe that it will work OK if you escape the ' character thus: '
You can easily create a Javascript function to replace each instance of ' by '.
str = str.replace(/'/g, "\'");
Views : 3043