[PHPLIB] Re: Am I doing right? From: Björn Schotte (bjoern <email protected>)
Date: 11/13/99

On Sat, Nov 13, 1999 at 04:48:11PM +0100, Björn Schotte wrote:
> Hello,
[...]

I forgot something to mention: I've got a mySQL table
named "termine":

CREATE TABLE termine (
  tid int(11) DEFAULT '0' NOT NULL auto_increment,
  tstamp timestamp(14),
  uname varchar(255) DEFAULT '' NOT NULL,
  txt text NOT NULL,
  PRIMARY KEY (tid)
);

When someone logged in and edits a new appointment,
the $auth->auth["uname"] is inserted into the table's
uname. Is that enough to do or should I insert
$auth->auth["uid"] ? Or both?

Björn.
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.