Is it possible to break down an Ajax responce, passing variables from one program to

  • Thread starter Thread starter jez
  • Start date Start date
J

jez

Guest
another? I'm currently using two PHP scripts that sends information to the user using AJAX.

On the event that the first program cannot complete processing the data, it alerts the user that it may take more time, but will continue to process it. Currently the only way I can think of to pass information from one PHP file to another is by printing out the output of one program in the XML output, and then using javascript launch the other taking inputs from that. However that seems very inefficent as it is quite a lot of data, and will slow the whole process down.

Is there an easy way to pass these variables from one PHP file to another?
 
Back
Top