Blogs

What is REST

25 Jun 2020 Admin 0

554

REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems

Php curl error show view

25 Nov 2021 Admin 0

442

Php curl error show curl exec, show curl error or success code $data_json = json_encode($data_json); $cha = curl_init(); curl_setopt($cha, CURLOPT_URL, $url); curl_setopt($cha, CUR...