1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 6: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93:
PHP require_once („. /Connections/PLT.php "); mysql_select_db ($database_PLT, $PLT); // erhält alle Wandpfosten $query_wall_posts = „AUSERWÄHLTES A1.user_id, A1.first_name, A1.last_name, A2.reply, A2.post_message, A2.timestamp, VERSCHMELZEN (A2.reply_to_id, A2.post_id) reply_id von den Benutzern A1, von den wall_posts A2 IN DENEN A1.username = A2.from UND von A2.to = „Joshua“ AUFTRAG DURCH Reply_id DESC, Zeitstempel“; $wall_posts = mysql_query ($query_wall_posts, $PLT) oder sterben (mysql_error ()); $row_wall_posts = mysql_fetch_assoc ($wall_posts); $totalRows_wall_posts = mysql_num_rows ($wall_posts); ? > Untitled Document PHP wenn ($totalRows_wall_posts > 0) {//show, wenn recordest, ist nicht leer? > PHP tun {? > PHP wenn ($row_wall_posts [„Antwort“] == „N ") {//show wenn nicht Antwort? > PHP-Echo $row_wall_posts [„first_name“]. ''. $row_wall_posts [„last_name“]; ? > PHP-Echo $row_wall_posts [„post_message“]; ? >Comment PHP-Echo $row_wall_posts [„first_name“]. ''. $row_wall_posts [„last_name“]; ? > PHP-Echo $row_wall_posts [„post_message“]; ? >Comment Erscheinen PHP-} // wenn Antwort? > PHP} während ($row_wall_posts = mysql_fetch_assoc ($wall_posts)); ? > Erscheinen PHP-} //, wenn recordset leer ist? > ein