i want to pass 2 variable from one form to another form one is section name which is the column value which is working problem is that i also want another variable culumn name so both variable should make a suitable query
select * from student where $columnname=$co lumnvalue
select * from student where $columnname=$co lumnvalue
Comment