I'm gettin the following error when trying to access one of my tables:
PHP error happened
Technical information
Error type 256
Error description Unknown column 'name' in 'field list'
URL localhost/bsalicense/title_list.php?
Error file C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\bsalicense\include\dbconnection.php
Error line 26
SQL query select `title_id`, `publisher_id`, `title_name`, `title_version` From `title` ORDER BY `title_id` ASC limit 0,20
I'm sure this is something simple, that I'm overlooking, but I don't see the problem. This is a small table with only a few columns. I have several other small tables similar to this and they all work fine. Here is the SQL for it:
select `title_id`,
`publisher_id`,
`title_name`,
`title_version`
From `title`