View Single Post
ישן 26-11-06, 17:19   # 6
forils
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
הודעות: 368

forils לא מחובר  

אבל אם אני יעשה ככה לא יעבוד ?
PHP קוד:
function user_check_security()
{
  if(!isset(
$_SESSION['user_valid_user']) || $_SESSION['user_valid_user']=='')
    return 
false;
  else
    return 
true;

?
  Reply With Quote