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 : ---->
<?
if(is_file('../crossdomain.xml')){
include('../global.php');//used inside the Admin panel only
}else{
session_start();
}
//////////////////////////////////////////
// These session variables should already be set when your member logs in to your member's area
// They are here for testing only.
// If this looks Greek to you then hire a programmer to do the integration
$_SESSION['account_id'] = 'account_id';
$_SESSION['gateway_pass'] = 'gateway_pass';
$_SESSION['gateway_ip'] = 'gateway_ip';
$_SESSION['member_user'] = 'member_user' ;
$_SESSION['member_pass'] = 'member_pass' ;
Come dovrei fare ?!? vorrei che il cliente inserisca questi dati e li invia al file o li registra e li richiama.
Chi mi da una mano ?!