I haven’t paid attention to the PHP language lately and decided to continue the first tutorial.
In this tutorial, I will use the online tool from replit.com.
In my example I will show you:
- using the echo function for display;
- combining HTML code with PHP;
- using forms to send data on the same HTML page or in another with POST and PHP;
The example can be found on my replit account.