View Single Post
ישן 19-05-06, 12:47   # 4
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

PHP קוד:
<?php 
$Cookie 
$_COOKIE['User'];
function 
User() 

global 
$Cookie;
    if(isset(
$Cookie)) { 
        return 
1
    } else { 
        return 
0
    } 

?>
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote