Legendary_003's latest activity

  • L
    Legendary_003 replied to the thread List by ID in Order !!.
    I got the answer.: $sql = "SELECT * FROM usuarios_dados WHERE Usuario='$usuario'"; $result = $conn->query($sql); $num_rows =...
  • L
    Legendary_003 replied to the thread List by ID in Order !!.
    I resolved the problem: The correct code is: $sql = "SELECT * FROM usuarios_dados"; $result = $conn->query($sql); $num_rows =...
  • L
    Hello... I-m trying to do the following !! Listing data in the table !! I would like....if the list has 4 rows..whetever the ID list...
Back
Top