Hi
I am new to Mysql and PHP and wanted a answer to a very simple problem.
In a Where clause clause are characters supported?
For example "SELECT * FROM database WHERE Channel = TWO
The reason I asked this is I get an error if I use this query but if run the exact same query but change it slightly to this.
"SELECT * FROM database WHERE Channel = 2
This work without any errors.