You should be able to get your data out using a simple sql query and then
display it accordingly. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 25 July 2007 13:34
To: beginners@perl.org
Subject: perl-mysql...

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/



This e-mail is from the PA Group.  For more information, see
www.thepagroup.com.

This e-mail may contain confidential information.  Only the addressee is
permitted to read, copy, distribute or otherwise use this email or any
attachments.  If you have received it in error, please contact the sender
immediately.  Any opinion expressed in this e-mail is personal to the sender
and may not reflect the opinion of the PA Group.

Any e-mail reply to this address may be subject to interception or
monitoring for operational reasons or for lawful business practices.





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to