php - Mysql Table Updated after logout -


please me want update mysql query after session destroy. have logout.php file in set update query after seesion destory not updated please tell me possible in advance

try code, hope help.

<?php session_start(); if(session_destroy()) {    $sql="your query"; }  else{ exit; } ?> 

Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -