[PHP] Passing values dynamically

2003-10-17 Thread Rashini Jayasinghe
Hi, I am getting a one column table as a result for a select statement. Now I want to pass obtained values dynamically to invoke another query in a new page. I tried to pass the values with sessions. But every time I get the last value of the previous result. Any suggestions as how I could pass th

[PHP] Passing values dynamically

2003-10-16 Thread Rashini Jayasinghe
Hi, I am getting a one column table as a result for a select statement. Now I want to pass obtained values dynamically to invoke another query in a new page. I tried to pass the values with sessions. But every time I get the last value of the previous result. Any suggestions as how I could pass

[PHP] Passing variables between pages

2003-10-13 Thread Rashini Jayasinghe
Hi, I want to pass a variable between three pages. I tried to get a username from the first page through a form. Use that username in a select statement in the second page to query a table.Everything is fine up to that point. now I want to pass the same username to the third page where I have