Jump to content

TPO

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

TPO's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. TPO

    table join?

    here are my structures: nkw_users (original user table): uid int(11) NOT NULL auto_increment uname varchar(25) NOT NULL email varchar(60) NOT NULL pass varchar(40) NOT NULL (other fields) cont_users (new user table): id int(11) NOT NULL auto_increment username varchar(50) NOT NULL password varchar(40) NOT NULL email varchar(255) NULL
  2. TPO

    table join?

    will that keep it constantly updated?
  3. TPO

    table join?

    I searched throughout the internet and this forum for the answer, and either I didnt find it, or I didnt know what exactly I was looking for. But heres my problem: I have a table of user information (username, passwords, emails, etc). It already has content and is fully functional for me. I\'ve added an additional feature to my site, which has created its own user table (which is now empty), so my users have to re-register to use that feature. My original table has more fields, and stores more information about the user. The new table has much less, basically just username, password and email. Is there a way I can copy over the data from my original table to my new table, and make it so all new users get added to both tables? Is that a \"join\" command thing? What syntax do I use? Thanks in advance
×
×
  • 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.