//----------------------------------------------------------------- //MyScrapBook online book program by Eric Gerdes (Crafty Syntax . Com ) //----------------------------------------------------------------- //Spanish Translation and new features to version 4.0 by Antonio Temprano (antoniotemprano.org) //---------------------------------------------------------------------------------------------- // Feel free to change this code to better fit your website. I am // open for any suggestions on how to improve the program and // you can submit suggestions and/or bugs to: // http://craftysyntax.com/myscrapbook/updates/ // if you like using this program and feel it is a good program // feel free to send a donation by going to: // http://craftysyntax.com/myscrapbook/abouts.php //----------------------------------------------------------------- require "config.php"; $next = $page + 1; $back = $page - 1; $current = $page; $query = "SELECT * FROM scrapbook_contents WHERE recno='$section'"; $result = $mydatabase->select($query); $top_r = $result[0]; ?>
Capítulo: echo "$top_r[name]" ?> | if ($current < 1) { $current = "- | "; }else { $current = "Página $current | "; } echo "$current"; ?>