jpnUrl); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 100); curl_setopt($ch, CURLOPT_REFERER, $this->jpnReferer); curl_setopt($ch, CURLOPT_COOKIEJAR, $ckfile); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data); $return_data = curl_exec($ch); curl_close($ch); return $return_data; } function getNric($nric = '') { $data = $this->nricGrabber($nric); $pattern = '/
'; print_r($tekek); echo ''; } ?>