use php if in attributes
-
Hi I try to use an if with php to show different result with the attributes.
this is the example code
<?php $conv = "#_ATT{CONVENZIONI}"; $ciao = "ciao"; if ($conv==$ciao) echo "prova"; ?>Do you know if could work ?
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘use php if in attributes’ is closed to new replies.