How to put php in po-file!
Does anyone know about a method for inserting php-code in the po-file (= language/translation file) - something like <?php $x=(statement); echo "$x" ?>;
When I try it gets "commented out": <!--?php $x=(statement); echo "$x" ?-->