echo "$result['shopid']"; Tento řádek je nesprávný echo $result["shopid"]; // OR echo "{$result['shopid']}";