I have this code:
As you can see I have put the PHP code on the second line, since I don't want to exceed the red line (80 characters).
The problem: the URL is generated like this:
As you can see there is an extra space between the =
and value1
. How to avoid that space?