Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/03/2009, 12:51
Avatar de argy
argy
 
Fecha de Ingreso: octubre-2007
Ubicación: Longitud 75º Latitud 18º Sur
Mensajes: 614
Antigüedad: 16 años, 5 meses
Puntos: 18
Respuesta: Ampliar informacion base de datos

items.php
Código PHP:
<?php

echo '<a href="leer_mas.php?id='.$row['id_item'].'" />';
?>
leer_mas.php

Código PHP:
<?php

if(isset($_GET['id']))
{
echo 
$_GET['id'];//otras tareas, filtrar y procesar
}
else
{
echo 
'no existe el identificador';
}
?>
__________________
Software libre para un mundo libre.

Eventualmente en el foro.