è un semplice form html
ho anche provato a fare una echo delle variabili passate col modulo e non me le stampa a video...codice HTML:<form name="moduloGuest" action="logon.php" method="post"> Username: <input type="text" name="in_username"> Password: <input type="password" name="in_password"> <input type="submit" value="Logon"> </form>