php session

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
hetram
Forum Newbie
Posts: 1
Joined: Wed Apr 13, 2011 3:13 am

php session

Post 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 */
Post Reply