Skip to content

Instantly share code, notes, and snippets.

@sampottinger
Last active August 29, 2015 13:56
Show Gist options
  • Save sampottinger/8828341 to your computer and use it in GitHub Desktop.
Save sampottinger/8828341 to your computer and use it in GitHub Desktop.
$scribeBaseURL = "http://ljsimpleregisterlookup.herokuapp.com/scribe_component?input=";
$escapedInput = urlencode('@registers(' . $view->args[0] . '):' . $view->args[1]);
$renderedHTML = file_get_contents($scribeBaseURL . $escapedInput);
print $renderedHTML;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment