Visualizzazione dei risultati da 1 a 10 su 17

Visualizzazione discussione

  1. #8
    allora, continuo ad avere il problema nella visualizzazione dei messaggi.
    Come potete vedere dall'immagine postata,dovrei visualizzare i messaggi all'ora stabilita all'interno delle celle della tabella, accanto all'ora esatta.
    Questo è lo script:
    Codice PHP:
    for ($i 0$i <= 23$i++) {
            echo 
    "<tr><td>";
            while(
    $row mysql_fetch_array($rsMeet)){
                           
    $DBdayMeet1 substr($row['ora_meeting'],0,10);
                           
    $DBhourMeet1 substr(cGiraData($row['ora_meeting'],"DBHTML"),11,2);
                           if(
    date("Y-m-d")==$DBdayMeet1){
                       for (
    $j 0$j <= 23$j++) {
                             if(
    $DBhourMeet1==$j){
                                                    echo 
    "<tr><td>";
                            echo 
    "ora: "$j " " $row['testo_meet_1']."\n
    "
    ;
                            echo 
    "</td></tr>";
                        }
                    }
                }
            }
            echo 
    "</td></tr>";

    Potete aiutarmi cortesemente?
    grazie mille...
    Immagini allegate Immagini allegate

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.