echo "Getinfo result: $get";
Notice: Array to string conversion in C:\xampp\htdocs\show balance\test.php on line 18
Getinfo result: Array
You can't echo something if it's not an integer or a string.
Use
instead
Great now is working. Thank you.
what is on line 18? I don't see anything like $getinfo[]
Try making your title more specific too, probably nobody even reading this.
Got the help I needed