I have been trying to search for an answer to this, but have been unable to find any results, which tells me that it's probably not possible.
What I am attempting to do is password protect certain functions of a php file using htaccess, or by any other means possible.
I want to password protect test.php?action=killcmd but allow test.php?action=testcmd
is there any simple way to accomplish this? any help is greatly appreciated!