PHP determines whether the parameters after Url are legal
我是谁
我是谁 2019-05-16 14:22:01
0
1
1264

For example, 1.php?123 correctly allows the output of 666

  1. php?Does not output any characters except 123

What should I do with this? How to write please help me^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^

我是谁
我是谁

reply all(1)
殘留の回憶

explode('?',$url)

After splitting, take out the value after ? and then judge whether it is legal

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template