Getting Started

This is the place to discuss the LiveCode Hosting service.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
hrcap
Posts: 141
Joined: Mon Jan 14, 2019 5:20 pm

Getting Started

Post by hrcap »

Good Evening All

Last month I signed up to the LiveCode cPanel service and have since managed to get LiveCode on a mobile device to pull info directly from a mySQL database on cPanel.

The next stage is for me to learn how to use the LiveCode server to ensure that the data on the mySQL is accessed securely... However I cannot find any information on where to start, the LiveCode hosting sales website says that the documentation for 'getting started' will be on cPanel but I cannot find it anywhere.

Any ideas?


Many Thanks
ClipArtGuy
Posts: 269
Joined: Wed Aug 19, 2015 4:29 pm

Re: Getting Started

Post by ClipArtGuy »

I think what you are looking for is "middleware", basically you want to move the portion of the code that interacts with the DB to a server side script, so as not to hard code your credentials into the app itself. It seems that this is done most often with PHP, but there is more info and a simple example LC server script in this thread:

viewtopic.php?f=12&t=23614&hilit=elusive+middleware
Post Reply