Just gathering general idea here...
let's say I have a table "Names" with a field "name" --> bob, and tom (2 records)
I want the ajax/php page to pull out all the names. which would be bob and tom. And then if my database got updated at the backend (ex: a new name jack is added). my page showing bob and tom will automatically be updated with jack showing.
Could anyone give me a jump start? thanks.