AVEA HTTP RFID WEB READER SAMPLE CODES <html> <body> <?php // setup variables $cmd=$_GET[“cmd”]; $mode=$_GET[“mode”]; $code=$_GET[“code”]; $now=time(); // stamp the current time $st=date(‘Y-m-d H:i:s’,$now); // set the datetime string to correct format $mycard=359452; // replaced by your card number $rtime=$date … Read More