php
require_once (". /Connections/PLT.php ");
mysql_select_db ($database_PLT, $PLT); // Dostawać wszystkie ścienny poczta
$query_wall_posts = "WYBRANY A1.user_id, A1.first_name, A1.last_name, A2.reply, A2.post_message, A2.timestamp, COALESCE (A2.reply_to_id, A2.post_id) reply_id OD użytkownik A1, wall_posts A2 DOKĄD A1.username = A2.from I A2.to = "joshua" ROZKAZ Reply_id DESC, timestamp";
$wall_posts = mysql_query ($query_wall_posts, $PLT) lub kostka do gry (mysql_error ());
$row_wall_posts = mysql_fetch_assoc ($wall_posts);
$totalRows_wall_posts = mysql_num_rows ($wall_posts);
? >
Untitled Document
php jeżeli ($totalRows_wall_posts > (0)) {//show jeżeli recordest być pusty? >
php {? >
php jeżeli ($row_wall_posts ["odpowiedź"] == "N ") {//show jeśli nie odpowiedź? >
php} // Przedstawienie jeśli nie odpowiedź? >
php jeżeli ($row_wall_posts ["odpowiedź"] == "Y ") {//show jeżeli odpowiedź? >
php} // Przedstawienie jeżeli odpowiedź? >
php} podczas gdy ($row_wall_posts = mysql_fetch_assoc ($wall_posts)); ? >
php} // Przedstawienie jeżeli recordset być pusty? >
|