Posts by Gustavo Costa • 23 points
2 posts
-
2
votes1
answer92
viewsQ: How to match four or more arrays?
I would like to combine four or more array’s. With two array’s, I use the array_combine and I have the expected result, already with four, no. Which function should I use to combine four array’s?…
-
0
votes1
answer196
viewsQ: PHP - Curl returning error "Microsoft Vbscript Runtime error '800a01a8' Object required: 'Session(...)'"
I am developing an application where various automations will be made (all forms submission, relatively simple) on external websites using Curl. I’ve had success in at least five cases, except for…