Hello fellow forum members. I need to hire someone to write some PHP code for me.
To see what I need, please visit the web page https://app.aquahawkami.tech/nfc?imei=354616090974879 . The first thing you will see when you view the HTML is that ordinary curl cannot obtain all of the viewable content of the web page, because this is the kind of web page that renders properly only if "JavaScript is enabled".
What I want to capture is six things from the human-viewable HTML on that page:
I mentioned a progress message, but I realize now the PHP code could simply construct the table, row by row, and the ever-growing rendered table could be the progress message. Here is a mockup of the first two rows of the table that would appear on my web page.
Maybe there is a forum member who would like to make money writing this PHP code for me?
Or maybe a forum member can suggest where I might go to get somebody to write this PHP code for me?
To see what I need, please visit the web page https://app.aquahawkami.tech/nfc?imei=354616090974879 . The first thing you will see when you view the HTML is that ordinary curl cannot obtain all of the viewable content of the web page, because this is the kind of web page that renders properly only if "JavaScript is enabled".
What I want to capture is six things from the human-viewable HTML on that page:
- IMEI number (typically 15 digits)
- meter number (typically 8 digits)
- temperature (the F degrees as a number)
- signal strength (typically 1 or 2 digits)
- meter last update (parsed into something like the number of days since Linux began)
- of the several raw meter reads, the last one in the list
I mentioned a progress message, but I realize now the PHP code could simply construct the table, row by row, and the ever-growing rendered table could be the progress message. Here is a mockup of the first two rows of the table that would appear on my web page.
IMEI | meter | temp | signal | lupdate | reading |
354616090974879 | 83865740 | 66.7 | 2 | 45515.1555787037 | 000000019 |
Maybe there is a forum member who would like to make money writing this PHP code for me?
Or maybe a forum member can suggest where I might go to get somebody to write this PHP code for me?
Last edited by a moderator: