PHP - Ayuda para mi foro

 
Vista:

Ayuda para mi foro

Publicado por Susana (1 intervención) el 03/05/2009 12:25:35
Ayuda, por favor, estoy desesperda!! en el foro que tengo en mi web no consigo que los comentarios me salgan en la parte de respuestas, sólo salen como si fuesen nuevos comentarios. Y necesito entregar la página ya.
Alguien me puede ayudar??? Dejo el código que es sencillo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>INTERCULTURALIDADDIGITAL.ES Foro</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#F5F5F5" text="#0089B0" link="#5BADE1" vlink="2C7BAD" >
<p align="center">
<font size="4">
<u>Foro de INTERCULTURALIDADDIGITAL.ES</u>
</font></p>

<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<br><br>
<tr>
<td width="5%"></td>
<td width="35%">
<b>TÍTULO</b>
</td>
<td width="30%">
<b>FECHA</b>
</td>
<td width="30%">
<b>RESPUESTAS</b>
</td></tr></table>

<hr size=8 color=0089B0 width=100% align=left><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='5%'><a href=foroforoid.php?id=3><font size=2>Ver</a></td>
<tdwidth='30%'>Respeto y tolerancia</a></td>
<td width='30%'>03-05-09</td>
<td width='30%'>0</td>
</tr>
</table>
<hr size=2 color=0089B0 width=100% align = left><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='5%'><a href=foroforoid.php?id=2><font size=2>Ver</a></td>
<tdwidth='30%'>ere</a></td>
<td width='30%'>02-05-09</td>
<td width='30%'>0</td>
</tr>
</table>
<hr size=2 color=0089B0 width=100% align = left><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='5%'><a href=foroforoid.php?id=1><font size=2>Ver</a></td>
<tdwidth='30%'>NORMAS DEL FORO </a></td>
<td width='30%'>02-05-09</td>
<td width='30%'>0</td>
</tr>
</table>
<hr size=2 color=0089B0 width=100% align = left><br><p align = "center">
<font face="arial" size="1">
<a href= "formularioforoid.php?respuestas=0">
Añadir mensaje</a></p>
</font>


</body>
</html>
. MUCHAS GRACIAS DE ANTEMANO!!!!!!
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Ayuda para mi foro

Publicado por Juan Manuel Castañeda (52 intervenciones) el 04/05/2009 23:57:39
Compruebe si en formularioid.php $_GET[respusta] tieme el valor correcto mediante print($_GET[respusta] ) y si lo tiene en la consulta a la BD iguale el campo correspondiente a print($_GET[respusta] ) .
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Ayuda para mi foro

Publicado por Juan Manuel Castañeda (52 intervenciones) el 04/05/2009 23:57:43
Compruebe si en formularioid.php $_GET[respusta] tieme el valor correcto mediante print($_GET[respusta] ) y si lo tiene en la consulta a la BD iguale el campo correspondiente a print($_GET[respusta] ) .
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar