Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/05/2014, 06:02
bjhp4
 
Fecha de Ingreso: mayo-2014
Mensajes: 3
Antigüedad: 9 años, 11 meses
Puntos: 0
Respuesta: Como solucionar este error con variable

Yo recibo el numero de Respuestas de otro formulario asi:

Código PHP:
 html
<
head
<
titulo>encuenta</> 
</
head
<
body
<
form method="post" action="respuestas.php>
 <p><input type="
text" name="titulo"></p>
<p> <input type="
text" name="respuestas"></p>
<p><input type="
submit" name="submit" value="Enviar"></p>
</form>
</body> 
</html>