... = false;
// get attempt
v_Output = thisapp.generateRetrievalCode();
// see if can use contains but check for word
for each v_BadWord in l_BadWords
...
... so long as the link does not portray MYCOMPANY, its associates, or their products or services in a false, misleading, derogatory, or otherwise offensive matter. You may not use any MYCOMPANY logo or other ...
... is a function to multiply two ranges together (must be the same size) and return the total of these results.
-- is a double hyphen/dash which converts a boolean true to 1 and boolean false to 0.
IsNumber( ...
... function that is skipping the SSL checks and returns a PHP array
function send_request($url, $header, $data, $method="GET") {
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.