Add Slashes will stop most Injection Methods, real escape is just a more SQL geared method.
Even if you ran all 3 and a replacement, you can't say its safe as someone will find a way if they really want to, so just take basic steps
I personally use htmlentities only where allowing html input by anyone other than me, I use real escape or add slashes for none-html code.