View Single Post
ישן 24-05-06, 08:50   # 5
sUP
משתמש תחת חוזה ניסיון.
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אזור חיפה
הודעות: 1,948

sUP לא מחובר  

הנה משורה 84:

PHP קוד:
if (!empty($_SERVER)) {
    
$server_vars = array('PHP_SELF''HTTP_ACCEPT_LANGUAGE''HTTP_AUTHORIZATIO$
    foreach ($server_vars as $current) {
        if (isset($_SERVER[$current])) {
            $$current = $_SERVER[$current];
        } elseif (!isset($$current)) {
            $$current = '
;
        }
    }
    unset(
$server_vars$current);
// end if 
__________________

לפרטים נוספים dani3l@gmail.com (אימייל)
  Reply With Quote