sorry to tell you, but that's not A+! I'd say D

when you specify $row['field_name'], you don't need to print_r() just echo/print()!
print_r() is used to print all the array elements in the form:
print_r() is used for debugging ..
but we told you to use it since you constantly refused to read tuts before trying to use mysql's function..
also your code (above) only prints the first row and neglicates the others because it doesn't have a loop..
again, you refuse to read tuts to learn how to use MySQL..
no offense, but I am trying to tell you that you should learn before your attempt to use ..
it's like buying a complicated device and attempting to make it work without reading it's manual! it might work with you but it will malfunction for sure..