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 !

Terii