Search results

  1. F

    Is it unsafe to use variables in php include?

    I understand not to put logic in an include, but do variables count as logic? Say I wanted to set <p class="$class">, and then in the file with the logic set the $class variable.
  2. F

    Should I use a php templating engine?

    Or find my own way of templating.
Back
Top