Jump to content

Gustek

New Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Gustek's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Then why You have in Your code before each query to categories table $mysqli->select_db("categories"); and articles $mysqli->select_db("articles"); ?
  2. What I can see in Your code is that You have each table in separate database? You should have one database with many tables so You don't have to use select_db before each query.
  3. Use $mysqli->prepare(...) or die($mysqli->error); Why do You have separate databases for articles and categories?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.