Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by caffeineJunkie

  1. caffeineJunkie

    function returns inside heredoc

    Sorry about that, forgot to set the 'Helpful Tip' radio. [blush]
  2. caffeineJunkie

    function returns inside heredoc

    I use "heredoc" syntax often and lately have been looking for a way to process a variable that may or may not be "set" inside the output. By using 'create_function' you can alias a function and get this functionality. $error = array(); $error['email'] = 'Bad'; $listError =...

Part and Inventory Search

Back
Top