Skip to content
Greg Bowler edited this page Aug 21, 2018 · 21 revisions

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.

Topics covered

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
Clone this wiki locally