I've already scoured google in relation to this issue and so far have found many solutions, none of which seems to work.
PHP 4
MySQL 4.1.20
The script I'm working on at the moment returns a MySQL error : Unknown column 'column_name' in 'field list' Where column_name can be any valid column for the table. I've changed the order and the query
(
Read more... )