Reputation: 1750
How do you escape the hash symbol in PHP?
I want to do "DELETE FROM [#8:1]"
but to make it work I have to do "DELETE FROM [".'#'."8:1]"
. Whilst it works, it looks a little bit clumsy, is there a better way to do this?
Upvotes: 4
Views: 6522