Anyone know a way to hide what method = ? I'd like to prevent folks from even knowing what is coming next to further prevent hack attempts.
Use a hash perhaps, look at md5() and the mhash() functions.
Good luck