becuase of it needing to check what card is scanned and send data, that would mean that the way i have done it it will have about 15 different if statements that does the job,
Why? Just send the card's UID value(s) to the Pi. It knows what time it is, so you don't need to tell it what time it is.
Do NOT post pictures of text. Post the text AS TEXT.
Posting pictures, or text, for php files that you don't use was a waste of time.
I can NOT imagine why you need to test that the String created from the scanned tag wraps "0E 2B 09 EE" so that you know to send the string literal "0E 2B 09 EE". Send the contents of the String, without needing to think about what is in the String.
So what it someone scans a tag that is not known by the Arduino code? Why is THAT a problem?