[PHP] php source management

2004-08-05 Thread CHAN YICK WAI
if a project is worked by a small team of developers, is there a tool for source and version management for php source code? e.g. check which part of source is modified! Thanks for information. Regards, Yw

[PHP] Log transaction for audit

2004-08-05 Thread CHAN YICK WAI
Hi, I'm writing an application that requires log every transactions users done, e.g. update which record, delete which record, something like that. I guess one way is whenever I issue a mysql_query(), I also insert this query in whole into another table together with the user name, so I can log a

Re: [PHP] How pass form variable to window.open()

2004-08-05 Thread CHAN YICK WAI
n W. Holmes" <[EMAIL PROTECTED]> To: "CHAN YICK WAI" <[EMAIL PROTECTED]>; <> Sent: Thursday, August 05, 2004 11:06 PM Subject: Re: [PHP] How pass form variable to window.open() > From: "CHAN YICK WAI" <[EMAIL PROTECTED]> > > > in the

[PHP] How pass form variable to window.open()

2004-08-05 Thread CHAN YICK WAI
Hi, Anyone can tell if, inside php script, I can pass form variable to the javascript window.open() call? That is, in the form, for example, i have and http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] unable to pass $submit variable

2004-08-04 Thread CHAN YICK WAI
Hi, I learn to write a small PHP form with "submit" button for different actions, however, it seems to me variable can't be passed. Any experience can share for my debugging? Thanks, Yw The script is as simple as ... === .. ... ...