"); $thisKey = array_search("3682", $idarray); $thisKeyNext = $thisKey + 1; $thisKeyPrevious = $thisKey - 1; if ($thisKeyPrevious < 0) { // do nothing } else { print('Artículo anterior'); $previouslinkshown = "true"; } if ($thisKeyNext >= count($linkarray)) { // do nothing } else { if ($previouslinkshown == "true") { print(" || "); } print('artículo siguiente'); } print("
es esto lo que se come en fallas???