Skip to content

Instantly share code, notes, and snippets.

@Pum-purum
Last active June 8, 2017 10:53
Show Gist options
  • Save Pum-purum/e61c6745efe031ebcbde2c8f0ebca713 to your computer and use it in GitHub Desktop.
Save Pum-purum/e61c6745efe031ebcbde2c8f0ebca713 to your computer and use it in GitHub Desktop.
function i
/**
* Выводит скрытый input с заданным id и текстом
* @return sring
*
*/
function i($id, $text)
{
echo "<input id='{$id}' type='hidden' value='{$text}'>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment