I’m struggling to format a InfluxDB query using placeholders. Here I query with multiple placeholders. The values are defined in the placeholders object, as seen below, Once sent, an error 400 – error parsing query: empty bound parameter In the error I can see the GET request, where it appears that the Influx library has correctly formatted the placeholders under
Tag: get
Why does my button not pass the Order ID onto another page?
I have a page called order_page.php and it has a hyperlink that should pass the Order ID of a particular order to another page called edit.php. I looked up some tutorials on youtube but it’s still …