RE: [PHP] Passing variable to the next page

2002-06-04 Thread David Freeman
> Here is scenario that I am working on but have a problem. > I have 10 thumbnail images on the page with information for > them created from database. > (I am pulling more info about that image from database, but > on this page I only display "Name of Image" and "Author of > image

Re: [PHP] Passing variable to the next page

2002-06-04 Thread Pushkar Pradhan
Tag the variables onto the url: http://mysite.com/newpage.php?firstvar=somevalue&secondvar=othervalue&;. for arrays ?layer[]=a&layer[]=b&layer[]=c. or use sessions. > Here is scenario that I am working on but have a problem. I have 10 > thumbnail images on the page with information for t

[PHP] Passing variable to the next page

2002-06-04 Thread Igor Portnoy
Here is scenario that I am working on but have a problem. I have 10 thumbnail images on the page with information for them created from database. For example: + + + Some Image + + + Name of Image: Blah Author of