I found this code snippet:
<?php
$view = views_get_current_view();
$arg0 = $view->args[0];
?>
but i don't know where to begin inserting this php code snippet.
I found this code snippet:
<?php
$view = views_get_current_view();
$arg0 = $view->args[0];
?>
but i don't know where to begin inserting this php code snippet.
You want to use a view argument in your view's header, footer or empty text fields.
You would enter this code in the view's basic settings.