Skip to content

Instantly share code, notes, and snippets.

@akroii
Created April 14, 2021 11:22
Show Gist options
  • Save akroii/68bf1f9993ef4a45352ae627add0cc1d to your computer and use it in GitHub Desktop.
Save akroii/68bf1f9993ef4a45352ae627add0cc1d to your computer and use it in GitHub Desktop.
get
<?php
if(strlen(\Input::get('job')) > 0 ){
echo \Input::get('job');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment