I have set up code to retrieve data from a MySQL database using AJAX. The data is retrieved in JSON format. (Thank you, Larry, for your clear explanations on how to do all this.)
Using firebug, I know that the data is returning properly. Here, for example, is what I see in the firebug console when I use the line console.log(JSON.stringify(response, null, 4));
[
{
"0": "1",
"1": "Allen",
"2": "Wyatt",
"3": "allen@sharonparq.com",
"4": "8013692885",
"5": "8016072035",
"6": "8013692885",
"7": "238 E. 550 N.",
"8": "",
"9": "Orem",
"10": "UT",
"11": "84057",
"12": "about",
"13": "",
"14":