does the die function in php stops javascript?

sheldonlinker

New member
Depending on the implementation of PHP either stop your script where it is, which may cause your JavaScript not to get sent, or sent and not executed — or — will cause the partially completed page not to get sent, which will for sure prevent the JavaScript from getting sent.
 
Depending on the implementation of PHP either stop your script where it is, which may cause your JavaScript not to get sent, or sent and not executed — or — will cause the partially completed page not to get sent, which will for sure prevent the JavaScript from getting sent.
 
Back
Top