iesutito_skaits; echo << Cau, admin!    Log out! ADMIN; } // teemas identifikators $id = $_GET["id"]; // Ierakstu skaits lapā $records_per_page = 2; // Ierakstu skaita atrashanai izmantojamais SQL pieprasījums $paging_sql = "SELECT COUNT(*) FROM forum WHERE parent_id = '$id'"; include("includes/paging.php"); // Dabū teemas datus no datu baazes $result_topic = mysql_query("SELECT * FROM forum WHERE id = '$id'"); $row_topic = mysql_fetch_object($result_topic); // Nosaka naakoshaa topica ID $topic_res = mysql_query("SELECT id FROM forum WHERE parent_id = '0' AND added < '$row_topic->added' ORDER BY added DESC LIMIT 1"); list($next_topic) = mysql_fetch_row($topic_res); // Nosaka iepriekšējā topica ID $topic_res = mysql_query("SELECT id FROM forum WHERE parent_id = '0' AND added > '$row_topic->added' ORDER BY added LIMIT 1"); list($prev_topic) = mysql_fetch_row($topic_res); ?>
"; ?> "; ?>

Autors: Datums:

Re:

Autors: Datums:


Atbildēt uz šo ziņojumu

Vārds*:

Temats*

Atbilde*