|  | Posted by ELINTPimp on 09/02/07 20:15 
On Sep 2, 10:17 am, philbo30 <masfe...@gmail.com> wrote:> I have data processing that takes place via an application written in
 > C. I also have a .php webpage that displays a chart of the results via
 > the Netscape 4.79 browser. Currently, manual intervention is required
 > to refresh the web page and show the process results.  I need to fully
 > automate this process.
 >
 > In a nutshell, the browser window needs to be automatically refreshed
 > as soon as my application completes its processing. In other words,
 > the application gets a new last step, the web-page refresh.
 >
 > I suspect that this might be a call to a Netscape function, but it
 > might be possible with .php as well. Thoughts?
 
 Does the C application get triggered by the web interface?  Such as,
 the user wants to do the processing and initiates it though a form
 button or something of the sort?  If so, perhaps you could use PHP to
 initiate the data processing, tell the C application to run through
 CLI, and return the results in one fell swoop?
  Navigation: [Reply to this message] |