I have a twitter clone and i was wondering how to display users tweets on his profile.

Recommended Answers

All 2 Replies

Anyone?

There are probably many ways you can accomplish that. The most basic I can think of would be to write the "tweet" to the database once the user inputs it and then pull the info back out of the database with every page load and display the "tweet" somewhere on his profile. Of course doing it this way will only display the newest "tweets" when the page is reloaded.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.