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