How could i get more JSON object from the php page which gets information from MYSQL database with the same keyword "example" and to insert all the values from that column ("example" column) in an Array, Like:
exemple_array[1] = (first value of column example ) from the Mysql database.
Could anyone help me or give me some tutorials or useful tips ?