Skip to content

chawit/GetPostPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GetPost

Make case-insensitive key of $_GET & $_POST

#How to use 1.GetPost::ConvertALLKeyToLOWER();

2.GetPost::SearchGET("val");//val is key which you want to search data

3.GetPost::ConvertALLKeyToUPPER();

4.GetPost::SearchPOST("val");//val is key which you want to search data

5.GetPost::ConvertManual("upper","lower");

About

Make case-insensitive key of $_GET & $_POST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages