Including a local file but not making it run with the main script?

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-05-20T00:49:54Z Indexed on 2010/05/20 1:00 UTC
Read the original article Hit count: 189

Filed under:

I have one script that loads very quickly, but I have another script that I want to run with that script, but that scripts processes a LOT slower. The second script doesn't need to output anything to the user, it only needs to run. Is there a way I can include it locally, without making the user have to wait for it to load?

© Stack Overflow or respective owner

Related posts about php