how can i get next and previous field id with php from mysql

Joke123

New Member
i am trying to develop php photo album...and i have picture_id and album_id field in mysql table...and table name is photosnow i want to get next and previous picture_id field in same album...rather it is in series or not...i.e\[code\]picture_id = 3242album_id = 23\[/code\]next picture\[code\]picture_id = 5249album_id = 23\[/code\]
 
Back
Top