I wanted to make a script
, where the page appeared:
"Loading." "Loading .." "Loading ...". The 3 loadings would change constantly and when you would insert a result in banco de dados
the loading would disappear and the value entered in banco de dados
would appear.
How would you do such a thing with javascript
in real time and php
to query data of mysql
?
Thank you