$sql = "SELECT id, firstname, lastname FROM MyGuests WHERE lastname='Doe'"; ... The while() loop loops through the result set and outputs the data from the ...
確定! 回上一頁