Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/08/2005, 23:50
Avatar de DvD AdN
DvD AdN
 
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años
Puntos: 0
<a href="imagen.php?img=1">1</a>
<a href="imagen.php?img=2">2</a>
...

imagen.php
Código PHP:
<?php
if (isset($_GET['img'])) {
echo 
'<img src="img'.$_GET['img'].'.jpg"/>';
}
?>
Cita:
cuanto mas basico mejor
Ahi 'ta
__________________
Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities.