users

  • 18 years ago

    I want to be able to make a users section.
    Where some users are free and others are paying for extras.
    i got a table which looks like this
    CREATE TABLE join (
     id int(11) NOT NULL autoincrement,
     team
    name text NOT NULL,
     managername text NOT NULL,
     password text NOT NULL,
     user
    name text NOT NULL,
     email text NOT NULL,
     PRIMARY KEY  (id),
     KEY id (id)
    )


    what can i do?

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“I invented the term Object-Oriented, and I can tell you I did not have C++ in mind.” - Alan Kay