Guide 54 – Use of ZIP files to transport content |
3/20/2023 8:03:44 AM |
PHPRunner Tips and Tricks | |
F
fhumanes author
On many occasions, in my work, we have had to transfer a large volume of information from one system to another (both computers being disconnected) so we have no choice but to obtain files and move them from one machine to another. So, to move them we used the ZIP format, as a container and compressor of the information. To illustrate the functionality, I have defined a case where the users are created and by selecting them, their data and images are extracted in a ZIP file and how, through that ZIP file, an incremental load of the data is done in the system. destination. To simplify the example I have included the 2 functions in the same PHPRunner application . I think there are many more cases where this example can be applied. The important thing is to know that through simple programming, this is possible with PHPRunner. Objective Gain knowledge of how to export data (text, numbers, dates and binary) and save it in a ZIP file to deliver to a user or to apply to another application. DEMO : https://fhumanes.com/zip_manager If you are interested in this topic, keep reading the article at this link |
|
![]() |
fhumanes author 3/20/2023 | |
|
![]() |
fhumanes author 3/20/2023 | |
|