Having a few problems but not sure why I get the following result
database query failed:Unknown column ‘Reading’ in ‘where clause’
from this php code
$result = mysql_query(“SELECT * FROM worktopm_products.locations WHERE location = Reading”, $connection);
if(!$result){
die(“database query failed:”. mysql_error());
}
The table exists, and “Reading” is in one of the rows in the location field