preloader

.. loading ..

REQUEST_URI: ‘ . $_SERVER[‘REQUEST_URI’] . ‘

‘; echo ‘

Query var: ‘ . get_query_var(‘rollcall_token’) . ‘

‘; $uri = $_SERVER[‘REQUEST_URI’]; preg_match(‘#/done/([a-z0-9]{6})#i’, $uri, $m); echo ‘

Regex match: ‘ . ($m[1] ?? ‘nothing’) . ‘

‘; ?>

This will close in 35 seconds