I'm building an installer and in one of the steps that creates the tables and the step after which inserts the data. What i would like is, as its running a query it says so and then once successful starts the next query but also states its doing so.
Example;
[start 1st query]
Creating members table... OK[its done, now next query]
[start 2nd query]
Creating contact table... OK[done, next query & so forth]
If it then fails to do a query it would say so
Creating sessions table... Failed
I dont want the page to load and then the queries are listed as ok. i want it to display dynamically when each query is being done.
Can someone point me in the right direction, thanks.