Skip to content

Instantly share code, notes, and snippets.

@griiettner
Last active November 1, 2017 14:26
Show Gist options
  • Save griiettner/6220973 to your computer and use it in GitHub Desktop.
Save griiettner/6220973 to your computer and use it in GitHub Desktop.
<?php
//Example : http://localhost/index.php?option=com_hello&view=item&task=add_tag&tags=1400,1783,1770,9
$data =JRequest::get( 'request' );
print_r($data);
?>
//Output :
//Array ( [option] => com_hello [view] => item [task] => add_tags [tags] => 1400,1783,1770,9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment