Hi, i took alook at your pages, so i just wanna check 2 things with you.
In your SQL you have this:
"SELECT fld_id, fld_image, `tbl_menu`.`fld_name` AS tbl_menu_fld_name, fld_date, fld_show FROM tbl_bgimg LEFT JOIN tbl_menu ON tbl_menu.fld_id = tbl_bgimg.fld_page WHERE fld_id = %s"
My question is in the SQL query you made: "AS tbl_menu_fld_name" what is the use of that?
Same in your other query too.
"SELECT fld_id, fld_image, `tbl_menu`.`fld_name` AS tbl_menu_fld_name, fld_show FROM tbl_bgimg LEFT JOIN tbl_menu ON tbl_menu.fld_id = tbl_bgimg.fld_page";"`
I would check the SQL query again if i would you, cos there is something there that mySQL aint can read and execute right.
/Morgan
"And as i saw now Jason staded in his post :)"