Hi All, I have this problem of appending data from MySQL database to the output html page on the browser.
The output on the browser in the html format looks like this : Probe1 Probe2 r-value p-value e-value 1234 4567 1.373 0.0e +1 0.0e+ 1234 3274 0.468 0.1e-1 0.1e-1 Probe1 is the submitted probe and is the submitted probe so it will stay the same...neways the problem i have this database having columns GeneID ,Strand, Domain and Description .now what i want to do is append GeneID and Description to the above output such that the GeneID and Description should fit that for Probe2.The problem is compounded by the fact that the output is according to the r-value in descending order . The output i would like to have is : Probe1 Probe2 r-value p-value e- value GeneID(as of Probe2) Description(as of Probe2) i have been able to connect to the Mysql database via perl ...what to do next?? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/