05-03-2020, 09:00 PM
Oh, did I actually spend almost an hour on my reply, so I missed the one from Jens?
Jens, for the rest of your reply, it seems like we came to the same conclusion.
Julien, it looks to us like you are calling you PHP script separately to check the data submitted by phyphox, but every call to a PHP script is independent from every other call (even on the same machine on the same browser) unless you store the data in a file, a database or something similar. (Again, sorry if we misinterpret this here.)
(05-03-2020, 07:59 PM)Jens Noritzsch Wrote: The first error is due to a Windows madness, the byte order mark (BOM, https://en.wikipedia.org/wiki/Byte_order_mark). IIRC, you could change the encoding in Notepad++ to UTF-8 without BOM.That makes a lot of sense although I am surprised that the XML parser in Android cannot handle this.
Jens, for the rest of your reply, it seems like we came to the same conclusion.
Julien, it looks to us like you are calling you PHP script separately to check the data submitted by phyphox, but every call to a PHP script is independent from every other call (even on the same machine on the same browser) unless you store the data in a file, a database or something similar. (Again, sorry if we misinterpret this here.)