need a script.
i have a table in mysql
id | name | email | address | job
1 | agnes |
agnes@aha.com | new york | accounting
3 | jose |
jose@bla.com | california | manager
5 | robert |
robert@xxx.com | new jersey | IT
display query page :
1. agnes (link to detail)
2. jose (link to detail)
3. robert (link to detail)
when i click link above(ex: jose), display detail data for jose
name : jose (jose@bla.com)
address : california
job : manager
<< previous (agnes) || next (robert) >>
also when i click link robert, display detail data for robert
name : robert (robert@xxx.com)
address : new jersey
job : IT
<< previous (jose) || next (agnes) >>
help me..