1
Check if GET / POST exists
if (!$_POST) {
echo 'POST Not Exist';
} else {
echo 'POST Exist';
}
if (!$_GET) {
echo 'GET Not Exist';
} else {
echo 'GET Exist';
}
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 1 times
(1)
(0)
comments: 0 / hits: 324
/ 1 year ago, mon, jan 25, 21, 10:13:23
More From
» PHP
Comments
There are no comments for this Snippet yet