Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how to match finger print values in php?
Post: RE: how to match finger print values in php?

InsiteFX Wrote: (08-26-2019, 08:05 AM) -- Should you not be matching it against a database finger print record? How do I integrate fingerprint recognition in a web application? (https://www.quora....
5,903 Views
3 Replies
08-26-2019, 09:47 PM
kvanaraj
    Thread: how to match finger print values in php?
Post: how to match finger print values in php?

Code: -- var count=0; function RDService() {  var url = "http://127.0.0.1:11100";  var xhr;  var ua = window.navigator.userAgent;  var msie = ua.indexOf("MSIE "); if (msie...
5,903 Views
3 Replies
08-26-2019, 05:12 AM
kvanaraj
    Thread: How do i integrate fingerprint recognition in a php codeigniter ?
Post: RE: How do i integrate fingerprint recognition in ...

InsiteFX Wrote: (08-20-2019, 03:40 AM) -- Biometric-Fingerprint-Integration (https://github.com/pushcodeveryday/Biometric-Fingerprint-Integration) Mantra softech (https://download.mantratecapp.com/F...
10,816 Views
4 Replies
08-21-2019, 03:16 AM
kvanaraj
    Thread: How do i integrate fingerprint recognition in a php codeigniter ?
Post: How do i integrate fingerprint recognition in a ph...

How do i integrate fingerprint recognition in a php codeigniter ?
10,816 Views
4 Replies
08-20-2019, 12:37 AM
kvanaraj
    Thread: how to convert pdf file into image using php codeigniter?
Post: how to convert pdf file into image using php codei...

I want to convert pdf to image using php codeigniter
3,594 Views
1 Replies
07-25-2019, 02:46 AM
kvanaraj
    Thread: ->result() not showing all rows/data
Post: RE: ->result() not showing all rows/data

acebay Wrote: (07-09-2019, 07:12 PM) -- Hi all, I have a question Let say we have this 2 tables in our database first table : category_lists category_lists_id   |    category ==============...
3,398 Views
3 Replies
07-10-2019, 11:55 PM
kvanaraj
    Thread: how to open a login page only for particular ip's?
Post: RE: how to open a login page only for particular i...

Digital_Wolf Wrote: (07-06-2019, 11:26 AM) -- There is another more rigid way to make the so-called "white list" in the file .htaccess or httpd.conf add the following lines: Code: -- Order Deny,...
6,856 Views
4 Replies
07-07-2019, 10:00 PM
kvanaraj
    Thread: how to open a login page only for particular ip's?
Post: RE: how to open a login page only for particular i...

InsiteFX Wrote: (07-05-2019, 04:26 AM) -- 1) create method to get the user's ip when they enter the login page. 2) You would need to create an array list of these ip's and save them to the database....
6,856 Views
4 Replies
07-06-2019, 02:35 AM
kvanaraj
    Thread: multiple files upload not working?
Post: RE: multiple files upload not working?

InsiteFX Wrote: (07-05-2019, 04:30 AM) -- Do you ever search Google or do you just come here and hope you will get the answer to your question? How to upload Multiple Files and Images in CodeIgnit...
7,366 Views
4 Replies
07-06-2019, 02:32 AM
kvanaraj
    Thread: how to open a login page only for particular ip's?
Post: how to open a login page only for particular ip's?

I want to open a login page only for authenticated(ipaddress) users in codeigniter.
6,856 Views
4 Replies
07-05-2019, 03:11 AM
kvanaraj
    Thread: multiple files upload not working?
Post: multiple files upload not working?

I want to upload multiple files and upload in database. Code: -- -- public function upload()     {         $this->data['notification'] = '';         if( $this->input->post('btn_c...
7,366 Views
4 Replies
07-05-2019, 01:43 AM
kvanaraj
    Thread: how to send otp to two mobile numbers?
Post: how to send otp to two mobile numbers?

hai I want to send otp in to two mobile numbers. Is it possible to send? My otp like '12345678'; for first mobile number: first 4 digit (1234) second mobile number : last 4 digit (5678) Nee...
2,481 Views
2 Replies
06-07-2019, 02:08 AM
kvanaraj
    Thread: how to use if condition in array variables?
Post: how to use if condition in array variables?

How to use if condition in array Code: -- $insert = array();        $insert[] = array(         'appno' => $appno,         'regno' => $regno,           'certid' => $certid,              'am...
5,717 Views
4 Replies
04-24-2019, 10:58 PM
kvanaraj
    Thread: page load slowly and also rotating anticlock wise
Post: page load slowly and also rotating anticlock wise

how to check page load error. It rotating reverse side at initial stage after some time it loaded. is it a page problem or network problem or anyother problem
1,669 Views
1 Replies
04-23-2019, 06:30 AM
kvanaraj
    Thread: condition based Print icon should be visible?
Post: condition based Print icon should be visible?

I want to restrict download pdf file at two attempts only. Is there any possibility to block or hide using php or php codeigniter. need suggestion
1,666 Views
1 Replies
04-22-2019, 03:15 AM
kvanaraj
    Thread: problems in insert checkbox value and corresponding text value.
Post: RE: problems in insert checkbox value and correspo...

dave friend Wrote: (04-20-2019, 02:00 PM) -- @kvanaraj, Please show the controller method that loads the complete page source. --
10,718 Views
9 Replies
04-21-2019, 09:47 PM
kvanaraj
    Thread: problems in insert checkbox value and corresponding text value.
Post: RE: problems in insert checkbox value and correspo...

InsiteFX Wrote: (04-20-2019, 03:14 AM) -- I think your not understanding how to use the onclick event. Onclick Event (https://guide.freecodecamp.org/javascript/onclick-event/) -- I am not asking...
10,718 Views
9 Replies
04-20-2019, 04:48 AM
kvanaraj
    Thread: problems in insert checkbox value and corresponding text value.
Post: RE: problems in insert checkbox value and correspo...

dave friend Wrote: (04-16-2019, 08:02 AM) -- kvanaraj Wrote: (04-16-2019, 06:13 AM) -- I try your solution , but the output should be certid[1] = 300 certid[2] = 300 certid[3] = 0 -- Please r...
10,718 Views
9 Replies
04-20-2019, 01:02 AM
kvanaraj
    Thread: problems in insert checkbox value and corresponding text value.
Post: RE: problems in insert checkbox value and correspo...

I try your solution , but the output should be certid[1] = 300 certid[2] = 300 certid[3] = 0
10,718 Views
9 Replies
04-16-2019, 06:13 AM
kvanaraj
    Thread: problems in insert checkbox value and corresponding text value.
Post: problems in insert checkbox value and correspondin...

I want to insert multiple checkbox value and corresponding textbox value in to database. some times its working well most of the time the textbox value inserted as 0 i try lot of method .  input for...
10,718 Views
9 Replies
04-13-2019, 05:05 AM
kvanaraj

Theme © iAndrew 2016 - Forum software by © MyBB