Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread Pi Digital via use-livecode
I’m collating my library together. It was built with our specific purposes and had an encryptor I developed myself as the AES library in LC does not work in HTML deployment yet. It will take me another day or so to extract the components into something generic and intuitive. Php can be safe if

Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread JeeJeeStudio via use-livecode
Well that's nonsense that php would not be save, you need to make sure you are not providing reasons for injections. You need to use Mysqli or PDO You could check here: https://forums.livecode.com/viewtopic.php?f=12&t=27521 It's described in simple ways how to use PHP scripts using PDO as midd

Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread Prothero-ELS via use-livecode
Tiemo, I have some demo code that uses AES encryption to communicate securely with A mysql database. It might help. http://earthlearningsolutions.org/google-static-maps-demo/ Good luck, Bill William Prothero https://earthlearningsolutions.org > On May 5, 2020, at 6:16 AM, Tiemo via use-livecod

Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread Rick Harrison via use-livecode
Hi Tiemo, If I were you, I would not use PHP just for security reasons alone. My servers are just pounded all the time with hackers trying to find PHP exploits. They even try to install PHP on my server so they can start hacking away. If you check your server’s log files I am sure you will find

OT: Need some offlist help with PHP-SQL

2020-05-05 Thread Tiemo via use-livecode
Hello, I have some LC front end software, calling PHP scripts going on a SQL db. The PHP scripts are not made by me and they are about 10 years old. I have to upgrade the PHP version on the webserver of my hosting provider from 7.1 to 7.4 and within my test environment I am getting some PHP er