I am running a script which queries a table with odbc function. The first query has 5 columns and returns 140 rows.
I store these values in an array for later use.
Then i loop through this array and fetch 2 values out of available 5 and run another query using these 2 values.
I need to store the results from the second query and finally display the results from first and second query together.
Does any one have any ideas or sample code?
Thanks for help,