Posts by Henrique Costa • 79 points
4 posts
-
1
votes1
answer72
viewsA: Decode String
This was no coded message. This string is memory allocation sent by the equipment. To handle the message and be able to work with it, I converted the string to hexadecimal.
phpanswered Henrique Costa 79 -
0
votes1
answer72
viewsQ: Decode String
I need to decode a string coming from an external device via PHP. This equipment is a tracker that emits information in a time interval for a given host and port. I created a socket that reads the…
phpasked Henrique Costa 79 -
1
votes3
answers165
viewsA: Catching value created at runtime
I could not get the value with Domdocument because it does not load values sent to the tags via Javascript. My solution was to use Javascript itself to find the required values.
-
5
votes3
answers165
viewsQ: Catching value created at runtime
I’m trying to get a value contained in a tag (span) located in another domain using PHP and Javascript. There are cases where I can get the required value but mostly the returned value is null. I…