RE: [PHP] Adding Querystrings to links

2002-04-08 Thread Rance Hall
you want to try a code line like this print a href=\yourpagehere.phtml?dest=$line[index]item=$line[index2]\LinkName/a; it will only work of course if you are in the middle of a loop that processes the results of an appropriate select statement that pulls the needed values for your dest and

Re: [PHP] Adding Querystrings to links

2002-04-08 Thread Erik Price
On Monday, April 8, 2002, at 11:12 AM, [EMAIL PROTECTED] wrote: I have a problem with the querystring.I want to add to every Link on my Homepage a querystring, but i should have the possibility to change some details in the Querystring. How should i solve this problem ? Example :