i have a php question, how can i get all the data from the same column from all row in a mysql table.
Table name : user
Here's my table structure:
name
url
How can i use php to get all the data in URL column from each row? (P/S i have my connection to database established , just not sure the musql query for this)
Thanks and have a nice day.