ho caricato lo script:

http://www.mustoklab.altervista.org/registra.php

Purtroppo mi dice sempre nickname non valido!!Dove può essere l'errore nello script?


<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<DIV ID="idElement25" style="position:absolute; top:20px; left:20px; width:308px; height:200px;"><TABLE BORDER=1 CELLSPACING=2 CELLPADDING=9 WIDTH=308 bordercolor=blue>
<TR VALIGN="top" ALIGN="left"><TD WIDTH=308 HEIGHT=200 BGCOLOR="#ffffff">
<?php
include("config.php");
echo "
<div align=center class=b>Iscrizione a $nomesito</div>
<div class=s>step 1</div>
<div class=a>
<form action=\"reg.php\" method=\"post\">
Nick(min5-max10):

<input type=\"text\" name=\"nick\" class=form>

E-mail:

<input type=\"text\" name=\"mail\" class=form>

<input type=\"submit\" value=\" invia \" class=form>
</form>


<div class=cp><a href=\"http://www.jarkless.it\">powered by jarkless</a></div>";
?>
</TD></TR>
</TABLE></DIV>
</body>
</html>