I'm running a query which wont give me the result because the entry in the MySQL database is "The Name", "The Car", "The House"
For single word results its fine.
I echoed the query and got this
So its tripping up over the space.
Any way around this?
TIA
For single word results its fine.
I echoed the query and got this
Code:
select * from siteform where sitename ='The'
So its tripping up over the space.
Any way around this?
TIA