
Tips
Use URL parameters passed to PHP as they are as PHP variables
When passing a value to PHP for processing, it is common to check for the existence of the passed value and redefine it as a PHP variable. However, it is troublesome to write such a routine process every time, and if you change the URL parameter name, you will have to work on that part again, which is troublesome. ...