I need call PHP function with event OnUnload (from body) help me please :wave:
Printable View
I need call PHP function with event OnUnload (from body) help me please :wave:
Try looking into AJAX, using javascript you can call the function, which inturn will call and execute your PHP script. However this will only work if the client machine has javascript enabled.