Hi guys,
I've come into a problem with collation, which I previously had not encountered.
Im trying to select a record by a form field. On previous servers where I did not have a "collation" field in the MySQL database, the data would appear by the name selected. Now however, it does not appear - nothing appears when I use this code;
SELECT * FROM purhcases where name like '$name' ORDER by date DESC
Can anybody help me so that it will select the rows again?
Thanks,
Daryl