Tema
:
PHP Notice: Undefined index: start in
Ver Mensaje Individual
#
3
(
permalink
)
10/01/2014, 12:38
luis010182
Fecha de Ingreso: julio-2009
Ubicación: Argentina - Capital Federal
Mensajes: 382
Antigüedad: 15 años, 6 meses
Puntos: 27
Respuesta: PHP Notice: Undefined index: start in
Código PHP:
if(!isset(
$_GET
[
'start'
]) ||
$_GET
[
'start'
] ==
""
)
$inicio
=
0
;
else
$inicio
=
$_GET
[
'start'
];
luis010182
Ver Perfil
Buscar todos los Mensajes de luis010182