Why iComply?

Why

iComply?

About Us

Industry comply was founded in 2018 in Stavanger, Norway by a group of people with 20+ years of experience from the Offshore Energy sector and Software Development.

The idea for Industry Comply is an experienced need for more structured and cost efficient solutions to measure compliance in a market where margins are falling and processes needs to be optimized to continue to be sustainable.

Vision & Mission

VISION - To create a tool for structured, consistent, quality oriented, transparent and easy compliance to rules, regulations and defined standards in industrial facilities world wide.

MISSION - We create a state-of-the-art cloud-based collaboration platform to define scope of survey and collect data according to the scope. Our collaboration platform will support our principles; structured, consistent, quality oriented, transparent and easy.

Products

A revolutionary survey and project documentation tool.

Contact Us

Get in touch and let us know how we can help.

Send us a Message

Contact Information

Lagårdsveien 73, N-4010 Stavanger - Norway

post@industrycomply.com

success == true) { //API Url $url = 'http://api.swapps.no/contact/'; //Initiate cURL. $ch = curl_init($url); /*================ If there will be additional parameters, please advise. ==============*/ //The JSON data. $customer_name = $_POST['customer_name']; $customer_num = $_POST['customer_num']; $customer_email = $_POST['customer_email']; $customer_subject = $_POST['subjt']; $customer_message = $_POST['customer_message']; $jsonData = array( 'site' => 'Industry Comply', //site value should match the site name in the server. Do not change unless advise. 'email' => $customer_email, 'telephone' => $customer_num, 'name' => $customer_name, 'subject' => $customer_subject, 'message' => $customer_message, ); //Encode the array into JSON. $jsonDataEncoded = json_encode($jsonData); //Tell cURL that we want to send a POST request. curl_setopt($ch, CURLOPT_POST, 1); //Attach our encoded JSON string to the POST fields. curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonDataEncoded); //Set the content type to application/json curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json; charset=UTF-8;' , 'Referer: '. $_SERVER['HTTP_HOST'] ,'Cookie: SID=c0da73be1917324c157e5c45b1bccd4f' ,'Expires: Fri, 01 Jan 1990 00:00:00 GMT', 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate')); //Execute the request $result = curl_exec($ch); if($result){ echo ""; } } else{ echo ""; } } ?>