echo "$result['shopid']"; Esta línea es incorrecta echo $result["shopid"]; // OR echo "{$result['shopid']}";