i want to retrieve particular cell data from mysql. and it should display in a php page.
details-
db name: register, table name: users
columns are: username, fullname, email, password.
i want to display 'fullname' column first row data in php. how to do that.