I have looked around the web including Stack Overflow's 'question and answer' history, but I can't find the related answer to mine; maybe because I don't really understand all posts published in English but as a beginner in programming, I really need this explanation and I think it should be clear and easy to understand.
My question is, is there some easy way to make PHP and JavaScript to answer this question:
I have two computers online, one computer opens 'my website' where there is scrolling news at the top of the website. The other computer is in my hand, here inside admin area.
Now, I add a new data in 'news table db' in my admin area, type it, and push click.
Then I look at the other computer, I want the new data to BE THERE without touching any part of the keyboard.
That's all, a simple question maybe. It's easy for Facebook's developers, but not for me. I need a detailed explanation from someone who know this. I know a little of PDO, but less JS.