Hi,
I am designing a web page and want to have a table which retrieves data from a mySQL database. I have done this before a while ago so this should be ok for me.
I wanted to know if parts of the page can be refreshed (manually or automatically) in php, such as a table with values that I have just added.
Essentially I would be adding data to a mySQL database on the page and then viewing it straight away on the same page in the form of a table.
If this is possible then please give me some guidelines how this can be done or point me in the right direction.
Thanks in advance!