Posts by gnuns • 121 points
1 post
-
2
votes2
answers225
viewsA: Transform code to Eval()
I think this might help: ob_start(); // Ativa o buffer de saída include($dataFileName); // Inclui o arquivo dentro do buffer $data = ob_get_contents(); // Copia o buffer para a variável $data…