How can i get data from php file to mit app inventor?

how can i get a single value from a php file to my mit app ?

Perhaps How to save text to a file on SD card using a php server (internet connection required)

We will probably need to know more Srdjan. For instance:

  • where is the php file stored?
  • is it your file on your server?
  • how is the value of interest identified?
  • is the value encrypted?
  • is the value dynamic?
  • are there server security measures to be aware of?

I think this method may be of interest, if the data is yours, using TinyWebDB:
https://sites.google.com/view/metricrat-ai2/guides/tinywebdb-php-personal-edition-extended?authuser=0

I will check the link i just need a string value from my php file to output in my app (label).ty

I will check the link i just need a string value from my php file to output in my app (label).thank you