perfavore rispondetemi
ho un codice così in php
codice:
<?=$HTTP_POST_VARS["nome"]?>
e uno così che punta al primo script
codice:
<html>
<head>
<title> Passaggio del nome! </title>
</head>
<body bgcolor="#bbfed2">
<center>
<form method="post" action="get_2.php">
Come ti chiami: <input type="Text" name="nome">
</center>
<center>
<input type="Submit" value="Invia >>">
</form>
vorrei sapere i cod da mettere per salvare il nome coi cookie:
in quale pagina metterlo,
e il codice stesso da inserire