naviamarkets.com - 2012-04-24 19:47:49
Hi Php Experts,
My question : Example Live Score / Stock Market Finance
I have 10 rows in php webpage and 10 row in database mysql.
When there is update in 9th row in database, my php webpage 9th row should alone refresh and show the updated value.
Similarly whenever there is refresh in database rows particular row should alone refresh in the webpage.
I dont want to refresh the page every x seconds and I dont want to refresh the row content every x seconds. The row in webpage should refresh when the particular row is updated in database.
Suggest me or tell me some steps to solve this question.
Technolgies can php,javascript,jquery,ajax.
Thanks in advance.