Jump to content

jasom

Members
  • Posts

    3
  • Joined

  • Last visited

Previous Fields

  • Languages
    English, Slovak

Contact Methods

  • Website URL
    http://www.jasom.net/

Profile Information

  • Location
    Slovakia
  • Interests
    Internet, Technologies, Programming, Marketing

jasom's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. You can do INNER JOIN but it will results with duplicated rows. Sollution will consist from some kind of PHP hack.
  2. Thank you for your hint.
  3. Hi guys, I'm new in PHP. I cannot find tutorial about how to get all categories article is listed in together with article title, author printed on the article list. I have 4 tables in DB: articles = DB for articles detailse: id, title, user_id, post_date articles_categories = id, category_id categories = category_id, category_name users = user_id, user_name, user_mail I want to do this: Which script logic do you suggest? Any kind of help is welcomed.
×
×
  • Create New...