This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:create:php [06.06.2017 13:26] – [Variables] admin | en:create:php [15.04.2020 20:28] (current) – admin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| This chapter tries to give a short introduction to using PHP. Not so much a broad 101 to programming PHP, but more the basics you need for advanced questionnaires and filters. | This chapter tries to give a short introduction to using PHP. Not so much a broad 101 to programming PHP, but more the basics you need for advanced questionnaires and filters. | ||
| + | |||
| + | **Tip:** [[https:// | ||
| ===== Using PHP code in the questionnaire ===== | ===== Using PHP code in the questionnaire ===== | ||
| To use PHP in the questionnaire, | To use PHP in the questionnaire, | ||
| + | |||
| One of those building blocks is the block " | One of those building blocks is the block " | ||
| Line 13: | Line 16: | ||
| After inserting the // | After inserting the // | ||
| + | |||
| + | **Note:** The PHP code will be executed as soon as the page is reached during filling out the questionnaire, | ||
| + | |||
| ===== Comfortable programming (questions and texts) ===== | ===== Comfortable programming (questions and texts) ===== | ||