Demonstration of setting content for an arbitrary element on the page. The onclick event for the button is set in the PHP controller by the Main method Examples.
The example changes the URL of the current page without reloading it. The HTML code sets the onclick event via the HTML data-event attribute.
The authorization example demonstrates how to work with POST requests through a form. Password containes the login plus one "*". It can be found in the PHP example .
Demonstration of loading a dynamic list. Scrolling to the bottom of the page loads the next GUID package.
PHP on Git .The Form shows an example of CRUD operations without JS. This is visual demonstration only. PHP on Git . A full CRUD demo for PostgreSQL and MySQL is hosted on the TODO demo site .
Images used from https://pics.photos.
The example copying text to the clipboard. Сopy event is used without calling back. PHP on Git.