大家好我有一個問題,我無法解決。我正在爲比賽做一對生成器。 我有兩個表。 第一個表格包含用戶名和用戶標識。 第二個表包含match_id,圓形,user1_id,user2_id Table 1
user_id username
21 John
22 Peter
23 Ana
24 Dan
Table 2
match_id round user1_id user
我想創建一個表格,其中3列爲值的名稱,例如「Number of Follower」,第二列爲代碼中描述的$tweetstimeline值,第三列爲'$ tweetstimeline_2'值。 我已經嘗試過使用<tr>,<td>和<th>但是,我仍然對此感到陌生並沒有得到正確的結果。任何人都可以提供解決方案嗎? echo "Number of Followers: ".$tweetstimeline