Hi, I got a problem with session_destroy function
I created a script but it wont work, it goes like this:
<?php
session_start() ;
session_unset() ;
session_destroy ();
header(location :index.php);
?>
I tried all means to find out but i couldnt, Id appreciate some help
thx
Joe
##-----------------------------------------------#
Article posted from PHP Freaks NewsGroup
Get Addicted: comp.lang.ph
##-----------------------------------------------##
Comment