Hey everyone, I'm working on a PHP application that needs to parse a .tpl file with HTML in it and I'm making it so that the HTML can have variables and basic if statements in it. An if statement look something like this: `
<!--if({VERSION} == 2)-->
Hello World
<!--endif -->
Bu ayrıştırmak için hiçbir şans ile preg_replace
kullanarak denedim. Ben denedim model oldu
/<!--if\(([^\]*)\)-->([^<]*)<!--endif-->/e
ile değiştirilir aldığı
if($1) { echo "$2"; }
Herhangi bir neden bu işe yaramaz ve ne ben onu yukarı ve çalışan almak için yapabileceğiniz gibi fikirler?