Re: how do I append a variable to a url that already contains variables?
Posted by Neredbojias on 12/21/06 01:59
To further the education of mankind, "Jukka K. Korpela"
<jkorpela@cs.tut.fi> vouchsafed:
> Scripsit Neredbojias:
>
>> Generally it's done so:
>>
>> <a href="xxx?page=2&chapter=5>
>
> But the correct syntax is
> <a href="xxx?page=2&chapter=5>
Yes, quite true. I probably should have written it so.
> The _URL_ here is of course xxx?page=2&chapter=5.
>