Ok im taking a break from coding to report on my progress. Had another blonde moment today when it turned out hyperterminal is already installed on lab computers. Ooops apologies all round. I spent some time today with mysql and php so i did some editing on my test page, test.php, so it now both inserts into the database and then prints it on screen.
Also started looking at the code for sending the tag reads to my database. Was a bit lost at first but Lorcan explained what was happening and I think im with it now. I've got some of this set up properly I think. The python script runs automatically on the gumstix booting up. When i place a tag next to the reader it runs the test.php page which causes the database insert. Only problem is im not getting the tag ids so im guessing i need to look into get commands. Anyway better get back to it.
Wednesday, January 9, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
Your problem could be to do with variable names perhaps (just a guess)?
I sent you the php lectures just now. There is more information on the GET request and handling them from the php side in those.
Post a Comment