Ciao a tutti, io avrei bisogno di mettere un form per le dediche (cioè mandare messaggi in una pagina web), ma non conosco bene il linguaggio php, mi potreste dare una mano?
Allora io ho già costruito il form:
Ma non so come fare a mandare il contenuto che uno scriverà: in una pagina web, oppure a una e-mail, ma sarebbe meglio pagina web. Mi potreste suggerire il codice php da mettere in 'save.php' e anche dopo che uno ha cliccato il bottone di submit, che spunti fuori un'altra pagina?codice:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Habbo Tempus ~ Programma Messaggi</title> <link type="text/css" rel="stylesheet" href="../css/style_page.css"> <link type="text/css" rel="stylesheet" href="../css/style_console.css"> <script type="text/javascript" src="../js/disableclick.js"></script> <script type="text/javascript" src="check.js"></script> </head> <body> <form method="post" action="save.php" onSubmit="return formCheck(this);"> <table border="0" width="253" cellspacing="0" cellpadding="2"> <tr><td class="console_a"></td></tr> <tr><td class="console_c2" style="padding-left:25px;"> Da <input type="text" name="username" maxlength="20" class="textbox_sfondo" style="width:185px; height:16px;"> </td></tr> <tr><td class="console_b"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr><td width="10%"></td> <td width="80%"><textarea name="messaggio" onKeyDown="countAreaChars(this.form.messaggio,this.form.leftChars,120);" onKeyUp="countAreaChars(this.form.messaggio,this.form.leftChars,120);" class="textbox_sfondo2" style="width:201px; height:108px;" wrap="physical"></textarea></td> <td width="10%"></td></tr> </table> </td></tr> <tr><td class="console_c"></td></tr> <tr><td class="console_c2"> <table border="0" width="100%"> <tr><td width="8%"></td> <td width="42%" align="left" valign="top"><input size="3" value="120" name="leftChars" class="textbox_sfondo" style="height:16px;" readonly=""></td> <td width="42%" align="right"><input name="bottvia" type="image" src="../skin/console_submit.gif"></td> <td width="8%"></td></tr> </table> </td></tr> <tr><td class="console_d"></td></tr> <tr><td class="testobianco1b" align="center">© HabboTempus by valgi95!!!</td></tr> </table> </form> </body> </html>
GRAZIE!

Rispondi quotando