2
Answers

php code not understand

vitthal karad

vitthal karad

9y
764
1
  1. if($_REQUEST['qs']=="logout")  
  2. {  
  3. $_SESSION["log"]="";  
  4. }  
  5. ?>  
actually i have download project form below link but i am not understand why use qs variable
 
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/admin-panel-in-php/
Answers (2)