Hello, I know everything about http://www.php.net/manual/en/function.http-build-query.php , but I have a little problem.
It "manually" turns logical values into units and zeros for me. I create a small PHP wrapper for Apache Overflow api and parse an array of parameters and then send it to api, breaks things .. (don't like 1 for true).
I would like a simple function to turn a one-dimensional array into a query string, but return true / false to string values true / false.
Does anyone know anything that can do this before I start reinventing the wheel.
source
share