Does ID represent the users ID?
Printable View
Does ID represent the users ID?
id - is number (auto increment)
product - users nick (name)
about - About his website
url - his link
Ok, try this query:
Code:SELECT * FROM `culture` ORDER BY `id` LIMIT 4
Great! Glad to help.