I have been trying to find a way to update the current web page with data from a PHP program - without success. (searched this forum without success) Looking for some help now.
To explain.. I have a page that calls a php program that will take quite a while to complete, so I want to display on the page the progress of the php. ie Status: Part One.. then when thats done CHANGE 'Part One' to 'Part Two' etc. I do NOT want to keep adding lines to the web page, I want to ALTER the page.
I hope you understand what I mean and can help. I'm thinking that the solution will be a mix of Javascript and PHP.. I'm fairly new to both.