Just a quick question, how can I set up my MySQL database for status updates?
So I already have a column horizontally for each user and a column vertically for each information stored such as their “email” and “username” and such like that. Now how do I set up a thing to make people post status updates and then store each one they post but only display the latest one they post via PHP onto their page? I mean do I make a vertical column for all users that say “statuses” or what?
write sql query like this to get the latest status update.