Untitled
public php v1 · immutableecho "<table>"; for ($i=0; $i<$result["count"]; $i++) { $nom=$result[$i]["uid"][0]; echo "<tr><td>" . $nom . "</td></tr>"; }echo "</table>";echo "<table>"; for ($i=0; $i<$result["count"]; $i++) { $nom=$result[$i]["uid"][0]; echo "<tr><td>" . $nom . "</td></tr>"; }echo "</table>";