I want to pass two variables through the same url
I tried this:
$id = '24,54,32,65,34';
$agencia = 'AGIP, ARBA';
"url?id=$id&agencia=$agencia"
Clarification: yes or if it should be by parameters and variables
I am using curl...
asked by
07.11.2017 / 20:06