You are very helpful. It is just what I was looking for.
Many thanks
Peter G
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
And copied it to the Server: Copied the dblibserver.php to into a folder /htdocs/sbsdblib/dblibserver.php on PhP server XAMPPPhP configuration of the dblibserver.php file
// Override the data below with your defaults
$encryption_key = "FFFFFFFFFFFFDDCCFFFFFFFFFFFFDDCC"; // Same as LiveCode side
$user = “my_username”; // customize user, password, db...
$password = “the_password";
$db = “sbs”; // The name of my database
$server = "localhost";
$cipher = "AES-256-CTR"; // do not change cipher unless you know what you're doing
I get this when running the script:My LC Code snipped
// put "https://andregarzia.com/auxiliary/dblibserver.php" into tConfigA["url"] // URL
put "http://xx.xxx.xxx.xxx/sbsdblib/dblibserver.php" into tConfigA["url"] // URL
put "FFFFFFFFFFFFDDCCFFFFFFFFFFFFDDCC" into tConfigA["encryption_key"] // Encryption Key
dbSetDefaultConnectionConfiguration tConfigA
I am patiently waiting for that video that will propel me from zero to hero.I'll try to create a video that goes from zero have it running on a shared server. LiveCode own Hosting should work great for this.