in reply to Re^4: Is there a way to make a JSON out of multiple records from MySQL?
in thread Is there a way to make a JSON out of multiple records from MySQL?
Once again, everything works, but each call to the above line returns that error.
As AnomalousMonk has already pointed out, this isn't an error - it's a warning. There is a singificant difference between the two which is important to understand.
The solution is to filter or modify your data such that you do not send uninitialized values into the subroutine.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Is there a way to make a JSON out of multiple records from MySQL?
by bartender1382 (Beadle) on May 12, 2022 at 21:16 UTC | |
|
Re^6: Is there a way to make a JSON out of multiple records from MySQL?
by bartender1382 (Beadle) on May 12, 2022 at 18:44 UTC | |
by AnomalousMonk (Archbishop) on May 12, 2022 at 21:08 UTC | |
by bartender1382 (Beadle) on May 12, 2022 at 23:14 UTC | |
by AnomalousMonk (Archbishop) on May 13, 2022 at 05:50 UTC | |
by bartender1382 (Beadle) on May 15, 2022 at 18:22 UTC |