I am a self-taught learner here so my experience level is not that great.
I am trying to store (cache) a fetched web page into the DB. I am using the datatype of "LongText". And I have tried using htmspecialchars() and htmlentities(), but it seems like no matter what I do I still get errors on insert.
Does anyone know of a tutorial or can provide any insight into storing a webpage into MySQL?
Thanks,
DP