salve a tutti....ho appena creato un sito con wordpress e ho creato anche la pagina di registrazione con i seguenti codici:
</HEAD>
<BODY>
<table border="0" cellspacing="1" cellpadding="0" width="300" align="center" bgcolor="#cccccc"><tbody>
<tr><form action="attivita-php" method="post"> <input name="phpMyAdmin" type="hidden" value="V0N0db6Fl62QWr6eBkly75xAGn3" /><td>
<table border="0" cellspacing="1" cellpadding="3" width="100%" bgcolor="#ffffff"><tbody>
<tr>
<td colspan="3"><strong>Registrazione</strong></td>
</tr>
<tr>
<td width="78">Username</td>
<td width="6">:</td>
<td width="294"><input id="username" name="username" type="text" /></td>
</tr>
<tr>
<td>E-mail</td>
<td width="18">:</td>
<td width="294"><input id="e-mail" name="e-mail" type="text" /></td>
</tr>
<tr>
<td>Password</td>
<td>:</td>
<td><input id="password" name="password" type="password" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td><input name="Submit" type="submit" value="Registrati" /></td>
</tr>
</tbody></table>
</td>
</form></tr>
</tbody></table>
</BODY>
</HTML>
Il problema è che quando un utente clicca sul tasto registrati,questo non viene rindirizzato alla pagina richiesta cioè "attivita-php",dandomi il seguente errore :"We're sorry, but we can't find the page that you're looking for. Perhaps searching will help".Vorrei sapere quindi come risolvere il problema e quali codici dovrei aggiungere nella pagina "attivita-php" per completare la fase di registrazione.