Hi!
I am using a code to echo a row in a database table using ajax with PHP.
The code is working correctly.
The ajax will send the response text as follows-
document.getElementById('outputText').innerHTML = httpObject.responseText;
My question is how can I retrieve individual fields into separate Id's?