Hi guys, I have a mysql database consisting of the following tables and fields:-
Table name: People
Fields: ID, name, profileurl
I want to display on my homepage the 10 most recent people I add, but as clickable links ie showing name linking to profile url. With the most recent at the top of the list.
I also have another table: updates
Fields: title, url
I also want to show the last 25 updates displaying title as clickable link to the url
If anyone can give me a php code to display this, that would be great, thanks so much!