Error Number: 1054 Unknown column 'Motherboard' in 'where clause'
SELECT id_categoria from categorias WHERE nombre=Motherboard
Filename: C:/xampp/htdocs/computhron_ci/system/database/DB_driver.php
Line Number: 691
I've my code here:
Error Number: 1054 Unknown column 'Motherboard' in 'where clause'
SELECT id_categoria from categorias WHERE nombre=Motherboard
Filename: C:/xampp/htdocs/computhron_ci/system/database/DB_driver.php
Line Number: 691
I've my code here:
In your where clause, you need to wrap the value you want to filter by in quotes.