'; if ($myrow != NULL) { $filenamenext = $myrow[1]; $temp = ""; $temp .= "< Next Post"; $temp .= ""; echo $temp; } echo " | "; $entrynumprev = $entrynum - 1; $result = mysql_query("SELECT * FROM entry where entrynum='$entrynumprev'",$db); $myrow = mysql_fetch_row($result); if ($myrow != NULL) { $filenameprev = $myrow[1]; $temp = ""; $temp .= "Previous Post >"; $temp .= ""; echo $temp; } echo '

';