This topic is locked

ID for the Next / Prev - row

2/5/2011 7:49:04 AM
Suggestions
W
Wachsmann author

Hi!
perhaps it would be helpfull, if the id for the prev und next row would be written in the session.
for exemple:

$nextlink.= "editid##@index##=".htmlspecialchars(rawurlencode($next[##@index##]));

$_SESSION["nextlink"]=$nextlink;

and
$prevlink.= "editid##@index##=".htmlspecialchars(rawurlencode($prev[##@index##]));

$_SESSION["prevlink"]=$prevlink;