"info.xml"
Código:
Digamos<Informacion> <Nombre>Buggs</Nombre> <apellido>Conejo</apellido> <email>N/A</email> <Extra>noticia o comentario</Extra> </Informacion>
Código:
Y que ese formulario envíe información a "info.xml" y que si se edita el formulario se edite el xml<form action="convertir.php" method="post"> <table align="center" border="0"> <tr> <td align="left" height="40px">Nombre</td> <td><input id="name" name="name" size="40" type="text"></td> </tr> <tr> <td align="left" height="40px">Apellido</td> <td><input id="last" name="last" size="40" type="text"></td> </tr> <tr> <td align="left" height="40px">Email</td> <td><input id="author" name="author" size="40" type="text"></td> </tr> <tr> <td>Noticia/Comentario:</td> <td><textarea cols="40" rows="4" name="description"></textarea></td> </tr> <tr> <td colspan="2" align="center"><hr /><input value="Enviar" type="submit"></td> </tr> </table> </form>
Lo que no se es que poner en el php para que haga eso
![:-S](http://static.forosdelweb.com/fdwtheme/images/smilies/crap.png)
Gracias por Adelantado.