Im trying to store some links in a database but i think my SQL code is off but i cant figure out what the problem is.
INSERT INTO `users`(`fbid`, `meme`) VALUES (122321414, http://google.com)
I think its the : character but im not sure how to escape it in SQL
If you could post anything to help me then thanks a lot! :D
Thanks Everyone