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

BlueNosE לא מחובר  

"פונקציה"?
תכין.
PHP קוד:
setcookie ("test"truetime()+5000);
if (
$_COOKIE['test'] != true)
{
setcookie ("test"truetime()-5000);
header ("Location: nocookie.php");
}
setcookie ("test"truetime()-5000); 
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

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