"ACCESS_KEY", "select"=>"members", "limit"=>"10" ); $postData = json_encode($jsondata); $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_POST => TRUE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_HTTPHEADER => array('Content-Type: application/json'), CURLOPT_POSTFIELDS => $postData )); $response = curl_exec($ch); if($response === FALSE){ die(curl_error($ch)); } $responseData = json_decode($response, TRUE); curl_close($ch); ?>
AriaDatabase
id
name
"; echo "
".$item['user']."
"; echo "
".$item['pass']."
"; echo ""; } ?>
id
name
1
Reza
2
Amir
4
Ali
5
aaaa
6
masoud
7
sa.milad
8
testUser
9
alireZ
10
hani
11
usserrr