Comunidad de diseño web y desarrollo en internet online

Modificar datos de un registro en dreamweaver con php...

Citar            
MensajeEscrito el 22 Feb 2012 09:48 am
He estado trabajando con DW CS5, PHP y MySQL, y he estado tratando de modificar datos pero que estos datos me aparezcan ya establecidos en un formulario...

Viendo diferentes tutoriales pude realizar el trabajo, pero como siempre no falta un pequeño error, me marca uno en una línea, he buscado bastante pero no hallo nada... Espero y alguien pueda ayudarme, espero que si.



for ($i=0; $i <$num_resultados; $i++)
{
echo "<tr>";
$row = mysql_fetch_array($resultado);
echo "<td>".stripslashes($row["ape"])."</td>";
echo "<td>".stripslashes($row["name"])."</td>";
echo "<td>".stripslashes($row["tel"])."</td>";
echo "<td>".stripslashes($row["calle"])."</td>";
echo "<td>".stripslashes($row["number"])."</td>";
echo "<td>".stripslashes($row["col"])."</td>";
echo "<td>".stripslashes($row["cp"])."</td>";
echo "<td>".stripslashes($row["rfc"])."</td>";
echo "<td>".stripslashes($row["puesto"])."</td>";
echo "<td>".stripslashes($row["email"])."</td>";
echo "<td>".stripslashes($row["idtrab"])."</td>";
echo '<td><a href="modificar.php?rfc1=<?php echo $row_PRUEBA2['rfc']; ?>">Modificar</a></td>';
echo "<td>Eliminar</td>";
echo "</tr>";
}
"</table>"
?>


El error aparece en $row_PRUEBA['rfc']

Por gussaints

0 de clabLevel



 

msie
Citar            
MensajeEscrito el 22 Feb 2012 12:14 pm
Estás poniendo un echo dentro de un echo.

La próxima vez dinos cuál es el mensaje de error.

Por DriverOp

Claber

2510 de clabLevel



 

opera

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.