Hello,
i am basicly new to C
but i am trying to create a project but it is no working in the way i wan too
this code is working:
client.println("GET /index.php?value=345 HTTP/1 .1");
but i want to replace the 345 with a rfid reader input
so i tried this first
client.println("GET /index.php?value=");
client.println("345");
client.println(" HTTP/1 .1");
but that is not working
so i cannot go on to find out how to replace the "345" with the input of the rfid reader.
thanks ![]()