Manish Jain

Results 2 issues of Manish Jain

Hello, I am using the this timepicker with bootstrap but i didn't find the way to disable any time or time range. Can you please explain how we can disable...

low importance

Hello, I have used following code for authorization after get code $post_data = [ 'client_id' => $client_id, 'client_secret' => $client_secret, 'code' => $_REQUEST['code'], ]; ``` $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,...