Is it unsafe to use variables in php include?

Flayme

New member
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.
 
Back
Top