Date: 11/13/99
- Next message: Bob Strouper: "[PHPLIB] default values: oohforms & select multiple"
- Previous message: Björn Schotte: "[PHPLIB] Am I doing right?"
- In reply to: Björn Schotte: "[PHPLIB] Am I doing right?"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- Reply: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Bob Strouper: "[PHPLIB] default values: oohforms & select multiple"
- Previous message: Björn Schotte: "[PHPLIB] Am I doing right?"
- In reply to: Björn Schotte: "[PHPLIB] Am I doing right?"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- Reply: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

