Output of the "Extracting the GET parameters of an URL with PHP" PHP snippet
Environment:
- Strangebuzz Snippet VM: 6.4.9
- PHP: 8.4
Code execution output:
$url: https://www.strangebuzz.com/fr/recherche?q=api+assert&first=value&arr[]=foo+bar&arr[]=baz
$q: api assert
$arr: array (
0 => 'foo bar',
1 => 'baz',
)