Tema
:
POST y GET
Ver Mensaje Individual
#
3
(
permalink
)
13/12/2017, 23:12
hhs
Colaborador
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 12 años
Puntos: 379
Respuesta: POST y GET
tan sencillo como
Código PHP:
Ver original
if
(
$_SERVER
[
'REQUEST_METHOD'
]
===
'POST'
)
{
//Do something
}
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.
hhs
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de hhs