你好,这是我的第一个问题在这里,我有我的aplication一个错误,当我尝试了很多的信息,一个HTTP表单提交(POST方法)/发生接收的信息文件1.1 302 Found错误并对我的索引进行重新校正
HTML代码和PHP都很简单,但信息很大
表格的代码
<form name="resena" action="consultas/resena.php" method="post" enctype="multipart/form-data">
<fieldset>
<legend><?php echo $titulo; ?> una reseña</legend>
<br /><br /><label for="titulo">Título</label><input type="text" name="titulo" id="titulo" size="45" maxlength="100" value="<?php echo $con["titulo"]; ?>" placeholder="hasta 70-100 caracteres o menos" titulo="hasta 70-100 caracteres o menos" onkeyup="texto(titulo)" required />
<br /><br /><label for="fecha">Fecha</label><input type="text" name="fecha" id="fecha" size="12" maxlength="10" value="<?php echo $con["fecha"]; ?>" placeholder="Fecha" required="required" readonly="readonly" /><input name="f_b" type="button" id="f_b" value="...">
<br /><br /><label for="resumen">Resumen</label><textarea name="resumen" id="resumen" cols="60" rows="4" wrap="hard" onkeyup="texto_tarea(resumen);"><?php echo $con["resumen"]; ?></textarea>
<br /><br /><label …Run Code Online (Sandbox Code Playgroud)