i have a perl file which is receiving the data from a form...and i want to verify the two fields $a2 and $a1 i m receiving from form to be checked in a table in database( using mysql)...and then if the data is verified in any of the row of the table....the corresponding whole row data should be fetched. like if the table has columns lastname firstname age address person1 name1 23 add1 person2 name2 34 add2 person3.....and so on... and if $a2='person1' and $a1='name1' then i want to fetch 23 and add1.
--------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM).