This topic is locked
[SOLVED]

Encryption does not work on import

12/25/2022 6:16:20 AM
PHPRunner General questions
J
Jan author

I am using encryption to import user- passwords into a MySql table. Locally this works great (I use WAMP)
But not with the hoster, the passwords are not encrypted after I have imported an Excel sheet (names+password) into the table. Does anyone have any idea how this happens? Do I need to add code in the "after imort finised" event?
Thanks for every tip.

Sergey Kornilov admin 12/26/2022

If the same code works locally but doesn't work on the web server that means there is nothing wrong with the code but there is something related to server environment that doesn't work. You need to start by looking for errors in PHP error log.

J
Jan author 12/26/2022

thanks for the helpful tip!