Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/03/2011, 10:07
IDRID
 
Fecha de Ingreso: mayo-2010
Mensajes: 118
Antigüedad: 14 años, 7 meses
Puntos: 1
Pregunta Extraer datos mysql

Código PHP:
<?php
$link 
mysql_connect("******""*****""*****")
or die (
"Could not connect");
$sql="SELECT * FROM posts";
$result=mysql_query($result);
while(
$row=mysql_fetch_object($result)){
echo 
$row['Title'];

?>
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/a4716509/public_html/post.php on line 6