In the first article on this subject we discussed how to save the image in the database MySQL with the use of PHP. Now let’s consider how to extract the saved file of the image from the base. For this we need to use two php files, the first is view_image.php:
Read more
First of all I’d like to note that in order to store images in the database MySQL it is necessary to specify one of the fields of the table as a derivative from the type BLOB. Abbreviation BLOB means large binary object. Pattern of storage of BLOB data can have several options: Read more
- SoftMakerKzWhy Doesn’t a Node.js Process Terminate?01.10.2024 - 16:40
Learn why a Node.js process doesn’t terminate automatically and how the event loop works.
- What are streams in Node.js?25.07.2024 - 17:11
In this article, you will learn about streams in Node.js and you will be introduced to various types of streams
Recent Comments