hello you tutorial - PhpGt/WebEngine GitHub Wiki
In the previous tutorial we covered creating an empty WebEngine project and displaying the traditional message "Hello, World".
This tutorial continues from this point and adds dynamic content to the page. Instead of displaying "Hello, World", we will change it to greet you by name. This will cover taking user input and binding data to the page output.
In this tutorial we will learn:
- Use of superglobal variables are protected within WebEngine
- How to handle user input from a
<form>
and react to a<button>
being pressed - How to bind data to the page for outputting dynamic text