I am trying to connect to a attendance device on ethernet by ip address and get data from it. I am working with zklib library for this. Problem is it is working ok in localhost but when I am trying on web server it is showing
A PHP Error was encountered
Severity: Warning
Message: socket_sendto(): unable to write to socket [1]: Operation not
permitted
Filename: zklib/zkconnect.php
Line Number: 11
Backtrace:
cant i get data from a attendance device on webserver by this zklibrary or problem is something else !
;extension=php_sockets.dll was disable but after enable showing same message why . I have a real ip for the attendance device to access.
Please if anyone have any idea ! Thank's in advanced !