From: D.Fox <un...@cr...> - 2021-10-05 21:45:48
|
Sorry for the inconvenience. [ns_conn query] is what I'm looking for! All solved. thanks. From: "D.Fox" <un...@cr...> To: "naviserver-devel" <nav...@li...> Sent: Tuesday, October 5, 2021 10:31:54 PM Subject: Capturing the URL query without the key? Hi, I've scanned through the manual. I am aware of ns_queryget which works fine if your using key/value. URL/?Someone=Somewhere [ns_queryget Someone] would return "Somewhere" However I am looking to just capture just the key. Example: URL/?00000000000 Capturing "00000000000" Is this possible and if so, could someone point me in the right direction? Thanks. David |