How to Retrieve data from Mysql Locally

Hello Koders,
I know using spreadsheet of airtable is quiet good and fast , but i have a little project that show name and age not in list <— i want in screen initializing to get this data from mysql server that is already setup in local lan server in apache .

example. : Name : Haytham. Age: 38. Haytham and 38 are 2 columns in mysql . any idea i have searched the community didn’t find my need

Select Name,age from yourtable Where Name=“Nathan” and age =38
+
Web Component
+
Taifun Script
Change “yourtable” to your table name.

They are the content of your fields.

I will give a try where can i get the taifun script or extension ?

Here :

1 Like