Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello everybody
Is there a way to know when a user goes to another page, for example if a user is in products_list.php and clicks in the menu to go to the main menu?
I would like toexecute a code snippet before exit a page, there is not necessary that the user edit something.
It is not possible this way. Your best bet is to execute some code when user arrives to the next page. You can see what page they came from and run some code based on this logic.