[SOLVED] How to get value from ubidots

i’m doing database about temperature and humidity

i want to get value from ubidots to php and send value to database in MySQL.

help me please

Greetings, please refer to our REST API to know the structure to retrieve values from our Data Base.

All the best.

i want to get value from ubidots to my website php

PHP already has a HTTP request library, please refer to its official docs for more information, with the php request library you should be able to retrieve values fro Ubidots implementing a GET request that fits our REST API.

All the best.