I have an html form that calls to a php page which process the php math and returns the math answer. It works beautifully, but holds for about 5-10 seconds on a blank white page then starts loading the page design and math solution. I was wondering if there is a way to have the page elements load (images and text) normally and then have the php script that returns the math answer load when it's ready? Or, if there is a way to have an intermediate page that says "still loading", kinda like the way airline ticket price searches use, telling the user that their information is being processed and to hold on?
I've also tried a flush but it doesn't seem to be working. Here is my current code:
<?php flush(); sleep(2); ?>
Thanks!!!
Form Math Processing - Intermediate page?
Moderator: General Moderators
-
ringartdesign
- Forum Newbie
- Posts: 21
- Joined: Wed Sep 10, 2008 10:11 am