-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute PHP code #230
Comments
hello toaster, thanks for the Quick reply :) what should I do with the noescape? if I remove it completely with the |noescape or just leave |, I get the message that the page is no longer accessible. |
You should execute the code in index.php file, and pass the result into the template. Then you can display the result in index.latte |
OK, I have to try that first. Sounds a bit too complicated. but maybe it just sounds like that :) |
hello,
is it somehow possible to run php code within news? I have a script that queries game servers whether they are online or offline. Unfortunately the php code in the news is not executed.
please help me :)
many thanks
The text was updated successfully, but these errors were encountered: