Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - arone95

Pages: [1]
1
General PHP Help / Show More button?
« on: March 21, 2012, 05:20:35 PM »
On my website, I pull information from a MySQL to make a blog-like setup. However, occasionally the message will be a little too long. How can I limit the characters shown, then have a show more button (like on Youtube descriptions) to show the rest of the message, without completely bogging down the page?

2
General PHP Help / MySQL Feed Reversed
« on: March 17, 2012, 09:36:06 AM »
I have a blog styles website in which information from a MySQL database is put onto the homepage. I just added pagination, but now the feed is reversed so that the oldest news shows first and new posts show last. How can I switch it?

3
General PHP Help / Multiple Page Blog
« on: March 07, 2012, 07:56:36 PM »
So I basically have a blog that works with a MySQL database and tables that display on the page with all the info I fill in. (I'm sure this is a horrible setup, but I'm a beginner and I'm not really looking for suggestions on that right now). I would like to limit the amount of posts per page to 10, and the rest of the posts to go onto page 2, or 3, etc. But I don't want to have to reload the page, I'd rather it be on the same php page, but when you click links to page 2 or 3, it changes the page to those posts. Any helpers?

Pages: [1]