[PHP-DB] RE: [PHP-WIN] Password generator

2003-06-18 Thread Svensson, B.A.T. (HKG)
Create a string which is six char long, (for instance shop the head and tail of the first string if you are not able to generate a six char string) If you chop an 8 char string and MUST have the special chars in the string then check that the chopped char's is not a memember of the special

[PHP-DB] RE: [PHP-WIN] MSSQL connect

2001-12-26 Thread Svensson, B.A.T. (HKG)
What the heck are you talking about? -Original Message- From: Thomas omega Henning [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 7:50 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] MSSQL connect I don't know who's a moron that

[PHP-DB] RE: [PHP-WIN] MSSQL connect

2001-12-24 Thread Svensson, B.A.T. (HKG)
From: Jerry [mailto:[EMAIL PROTECTED]] I tried something like: ?pup $h = server adr; $u = user; $p = passw; $b = db; $connexion = mssql_connect($h, $u, $p); Why do you uses quotes here? mssql_select_db($b); $sql = select * from test; . $result = mssql_query($sql_temp); .