I’m loving the pluging, thankyou.
I need to read from the table that I have to used the scores in another php page. How can I do that?
(No modification just reading data)
EG: tableName: scores
Player | Score
Tester | 1
Brian | 5
$data = $_POST[‘Scores’]
… loop through data if player==”Brian” …
… echo Score …