Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a project, and want to do few thing, that I don't know how to do.

First, mysql include two tables "posts, section" and posts have a relationship with section by "section_id" in posts table.

  1. I want to make a css ul li, include random post.
  2. The css ul li, the text have a limit in line tow + "see more" button.
  3. In table post I want to make a field include an image for the post "with auto re-size of height and width of img.
  4. I want to take the max id from id post in section 1 or 2 .
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.