reginaalcaraz62
New Member
- Messages
- 15
- Reaction score
- 1
- Points
- 0
Hey Good day,
First time posting here.
I got some problem about these GETs in PHP.
For example, I got this sample URL with a GET below:
So here's the issue; what if some user messed up the URL like this:
And that messed up URL with the GET doesn't exist in the code.
How can I redirect or do something like an error message?
Thanks! Hoping for a reply. :smile:
First time posting here.
I got some problem about these GETs in PHP.
For example, I got this sample URL with a GET below:
Code:
http://somesite.com?action=dothis
Code:
http://somesite.com?asdfasdfasdf=dothis
How can I redirect or do something like an error message?
Thanks! Hoping for a reply. :smile: