fbpx

Example code for LAMP server (mf-web08s)

with No Comments

The following example script assuming the database “dbname” has a table “dbtable” with fields for storing uid, date, time, and system datetime.<?php $db_host=”localhost”; $db_user=”dbuser”; $db_pwd=”dbpassword”; $db_name=”dbname”; $db_table=”dbtable”; if (!mysql_connect($db_host,$db_user,$db_pwd)) {  die( “Unable to connect host”); } if (!mysql_select_db($db_name)) {  die( … Read More

Mifare RFID card reader 10% off

with No Comments

Cloud based Mifare RFID reader for your web server. Great for production, asset management or time tracking application.⁠⁠Save 10% now with coupon code : MIFARE-10-2202No controller is needed.⁠Plug directly to your network.⁠ https://avea.hk/nfc-mifare-http-rfid-reader/⁠ #mifare#13.56mHz#iot#technology#ai#tech#internetofthings#programming#coding#security#cloud#data#software#rfid#rfidreader#timeattendance

1 2 3 4 9