Tema
:
Cargar imagenes de una pagina a otra
Ver Mensaje Individual
#
2
(
permalink
)
30/08/2005, 23:50
DvD AdN
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años, 10 meses
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.
DvD AdN
Ver Perfil
Buscar todos los Mensajes de DvD AdN