Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/10/2010, 09:50
Avatar de carmagedon
carmagedon
 
Fecha de Ingreso: junio-2005
Ubicación: Argentina
Mensajes: 794
Antigüedad: 18 años, 10 meses
Puntos: 23
Respuesta: Ingresar por url $_GET y mostrar informacion.

Hola,
Probaste en hacer ésto?

Código PHP:
Ver original
  1. <?php
  2. include ("conexion.php");
  3. $var=$_GET['tutorial'];
  4. $a = mysql_query("select * from noticas where id='".$var."'", $db);
  5.  
  6. while($row=mysql_fetch_array($a))
  7. {
  8.     echo '<a href="www.misitio.com.ar/post.php/noticia='.$row['id'].'">'.$row['tutorial'].'</a><br>';
  9. }
  10. ?>

No sé de donde sacaste $b =P jaja.
Saludos.
__________________
Freelance - Aplicaciones Web