MSQLI Data Query from Desktop App, now back to Desktop ?

Are you using LiveCode to create server scripts or CGIs?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
liveme
Posts: 240
Joined: Thu Aug 27, 2015 5:22 pm
Location: down under

MSQLI Data Query from Desktop App, now back to Desktop ?

Post by liveme » Fri Feb 12, 2021 11:58 pm

Hello everyone,

Newbie making its teeth on MSQLI CRUD operations against a MySQL hosted DB.
- Would like to know - in livecode - how to retreive the values I can get from the PHP script page ?

as of now,..using php script with (mysqli_query($conn, $sql),
From the LC stack I can :
- create n add records to the DB
- query and display those records in the browser page.

Question
How can one retreive those records to display them in an LC stack in the same way ?
(instead of a webpage)

Any help from a user dealing with a PHP MYSQLI/PDO project is welcomed !

Dankeu !
:roll:
Terii

Post Reply

Return to “CGIs and the Server”