<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Pruebas</title>
</head>
<body>
<form id="form1" method="post" action="index.php?enviar=1">
<p>Titulo:<input type="text" name="titulo" id="titulo" /></p>
<p>Texto:<input type="text" name="texto" id="texto" /></p>
<p><input type="submit" name="enviar" id="enviar" value="Crear" /></p>
</form>
<?php
if ($_GET['enviar'] == '1'){
$titulo = $_POST['titulo'] ;
$texto = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Pruebas</title>
</head>
<body>'.$_POST['texto'].'</body> </html>' ;
$texto = html_entity_decode($texto);
$texto = stripslashes($texto);
$fd = fopen("$titulo.php", 'w');
$escribir = fwrite($fd, $texto);
if ($escribir){
echo 'Todo salio OK';
}
}
?>
</body>
</html>
¿Ahora como hago para que se publique por ejemplo en la pagina principal como un post nuevo osea que alguien creo algo nuevo?
Otra pregunta:
Ahora cuando las personas publican algo con ese codigo aparece el fondo en blanco ¿como hago para que tenga la plantilla de la web?
Otra mas:
¿Como hago para que lo que publiquen se divida en categorias? osea Juegos, descargas, peliculas, imagenes, etc.
La ultima:
¿Como hago para que publique videos, imagenes y smiles?
Smiles:
![Afirmando](http://static.forosdelweb.com/fdwtheme/images/smilies/afirmar.gif)
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)
![Pirata](http://static.forosdelweb.com/fdwtheme/images/smilies/pirate.png)
![apachar ojo](http://static.forosdelweb.com/fdwtheme/images/smilies/wink.png)
![censurado](http://static.forosdelweb.com/fdwtheme/images/smilies/sho.png)
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)