Query string error
select * from news_category where enable = '1' order by id
Table 'blog.news_category' doesn't exist
Query string error
select count(*) as num from news1 where enable = '1'
Table 'blog.news1' doesn't exist
Query string error
select * from news1 where enable = '1' order by pdate desc limit 0, 10
Table 'blog.news1' doesn't exist