Touchatag tags are standard issue NFC tags that cannot be overwritten, read more
by CaptainChainsaw, 26 Nov 2009
Hi,
I've tried to recreate a similar app that's demonstated on the video. I can't get it to work though.
I've set the following:
URL: mydomain.com/touchatag.php
param 1: tag
value 1: touchatag.tag.hash;
param 2: user
value 2: myname
I get the "Successful" message but my php script doesn't insert anything in the DB.
I've got a condition:
if(isset($_REQUEST['user'])){
//insert into database
}
so the "user" parameter/value isn't being passed and as far as I can tell it should be.
As far as I can tell I've done everything correctly, something is obviously not right though. Any ideas?
Thanks in advance.
CC