Page 1 of 1

php session

Posted: Wed Apr 13, 2011 3:30 am
by hetram
Sir
I used a session value after login , this session value is session employee_id = 1 /* this id is administrator's id */
after employee login view all employee's list display as all data from fetch related db_table order by employee_id asc
a link for detail of employee onclick go for detail profile page where session employee_id=2 /* +1 increse the session employee_id */