Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

PHP Lessons - Part 2 - Forms, Files, Sessions and Security in PHP

16/04/2025, by Ivan

If you’ve read the first part of the PHP lessons, then you already know at least how to write code in PHP. In this part, we’ll dive deeper into the language and explore the following topics:

  1. Working with forms in PHP
  2. Working with files in PHP
  3. Cookies in PHP
  4. Sessions in PHP
  5. Sending emails with PHP
  6. Security in PHP

However, we won’t study these topics separately as traditional PHP tutorials often do. Instead, we’ll apply all these features in the process of creating a small website.

That said, I should tell you upfront — this website won’t be suitable for real-world use. Its creation is purely for educational purposes. If you want a production-ready site, you should use existing CMS platforms or frameworks.

As always, we’ll start simple and gradually move to more advanced topics.