Visualizzazione dei risultati da 1 a 2 su 2

Discussione: HELP variabili session

  1. #1

    HELP variabili session

    Salve a tutti sono un neofita in materia ed ho questo problema e spero qualcuno possa aiutarmi:

    Sul mio server ho un file chiamato global.php e devo settare queste variabili come dice il testo in inglese prima di procedere :

    These session variables should already be set when your member logs in to your member's area


    $_SESSION['account_id'] = ;
    $_SESSION['gateway_pass'] = '';
    $_SESSION['gateway_ip'] = '';
    $_SESSION['member_user'] = '];
    $_SESSION['member_pass'] = ];

    Come dovrei fare ?!? grazie a tutti dell'aiuto.

  2. #2
    Utente di HTML.it L'avatar di polinet
    Registrato dal
    Nov 2000
    Messaggi
    993
    $_SESSION['account_id'] = 'account_id';
    $_SESSION['gateway_pass'] = 'gateway_pass';
    $_SESSION['gateway_ip'] = 'etc...';
    $_SESSION['member_user'] = 'etc...';
    $_SESSION['member_pass'] = 'etc...';
    ¿Hasta la pasta?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.