Hi all,
I send this to my PHP "08:00:27:8F:F4:EC" however in the database it is show as "08%3A00%3A27%3A8F%3AF4%3AEC" I can see that "%3A" is replacing ":" that is not too much of a problem as I never read it back, but if I needed too I could easily change this back to its original, but I would prefer it to be stored in the database as "08:00:27:8F:F4:EC"
I have read somewhere that the post I send does nothing to the string prior to sending the request. So it is either my database, or php?? Am I correct? if so what would I need to modify?
My experience with SQL, PHP is minimal so please make any answer as simple as possible!
Thanks
Aidy
I send this to my PHP "08:00:27:8F:F4:EC" however in the database it is show as "08%3A00%3A27%3A8F%3AF4%3AEC" I can see that "%3A" is replacing ":" that is not too much of a problem as I never read it back, but if I needed too I could easily change this back to its original, but I would prefer it to be stored in the database as "08:00:27:8F:F4:EC"
I have read somewhere that the post I send does nothing to the string prior to sending the request. So it is either my database, or php?? Am I correct? if so what would I need to modify?
My experience with SQL, PHP is minimal so please make any answer as simple as possible!
Thanks
Aidy