User feedback after MySQL query has been executed
Posted on
16th Feb 2014 07:03 pm by
admin
Hi all, I've just registered on PHPFreaks because I've got a question that I simply can't work out by myself.
Im developing a web based reporting application, based upon PHP/MySQL. At some point the user can chose some parameters from a form like dates etc and hit a button, then the form data is submitted to execute_report.php, which contains some code as follos:
Code: <html>
Some html stuff here, like text output for the user, that the query xyz has been started
<?php
Here goes the first query
?>
Then html code again to insert a line that the query has finished
Another line of text that the next query has started
<?php
And the next MySQL query
?>
Text again that the query has finished ... and so on
</html>
Basically everything works like a charm. The queries do what I want and deliver the output and results just fine. What bugs me is, that all results and the html text output are only displayed after the last query has finished.
During the whole executing time, the browser just says "Loading" until the queries have executed, then all results are displayed the way I intended them to.
I already tried experimenting with putting the queries into functions and also with sleep commands, but to no avail.
I would love to give the user a feedback before a query starts and after it has finished, sort of in "Real time". Any tips would be greatly appreciated
No comments posted yet
Your Answer:
Login to answer
216
50
Other forums
Stopping page post back
I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb
Multi Dimensional Array Append
Hi Guys
I have a function that returns a multidimentional array eg
$result = functio
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
Help with simple query
Hi,
I'm trying to do a Query with a Union where I want to print the number of rows $tc conta
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
PHP url branch??
Functionally, using PHP, I'm doing a test of login input submitted by a user via an html form in a f