Avrei bisogno di un aiutino...
Se io eseguo
poi come faccio ad accedere a questi dati da un altro sito AlterVista?Codice PHP:
<?php
session_start();
$_SESSION['username'] = $_GET['username'];
$_SESSION['password'] = $_GET['password'];
?>
Avrei bisogno di un aiutino...
Se io eseguo
poi come faccio ad accedere a questi dati da un altro sito AlterVista?Codice PHP:
<?php
session_start();
$_SESSION['username'] = $_GET['username'];
$_SESSION['password'] = $_GET['password'];
?>