Hi
I am trying to recieve mysql data back from my web page
qurantour.com/testdb/readrecord1.php
how can i insert the statement
SELECT * FROM `scores` WHERE id='5'
using construct 3
the data back is basically
id-5
name-500
score-5000
which shows in the text1.text box
thankyou
construct file
qurantour.com/testdb/getdata.c3p