hello,
I need to freeze the two columns from the large amount of data which is fetched from database using php.
For e.g
using the table students
column name:- id, name, class, section, roll number,remarks,address,etc...
I want to freeze two colums i.e id and name, so how can i create a script for this.
please help me...