View Single Post
  #2  
Old 05-28-2008, 02:02 AM
hemmeter hemmeter is offline
Junior Member
 
Join Date: May 2008
Posts: 9

Does this mean the 2nd script will run asynchronously? Or will the output of a.php be dependent upon b.php finishing?

Why not just use a function instead? Or just include b.php?
Reply With Quote