Is there a couch tag I can use to collect the value of a custom variable from a URL instead of using PHP
example: https://example.com?key=value&key2=value2
- Code: Select all
$_GET['key']
example: https://example.com?key=value&key2=value2