Re: [PHP-DB] PROBLEM: localhost <-> localhost.localdomain

2002-04-24 Thread php3
Addressed to: "Erich Fuchs" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Erich Fuchs" <[EMAIL PROTECTED]> Wed, 24 Apr 2002 20:04:11 +0200 > i have a strange problem, with PHP 4.2.0, RedHat 7.1, mySQL Server version > 3.23.36, PHP internal mySQL Client running on tw

Re: [PHP-DB] Advice for dataupload

2002-04-13 Thread php3
Addressed to: "Michael Andersson" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Michael Andersson" <[EMAIL PROTECTED]> Fri, 12 Apr 2002 11:58:31 +0200 > > > "Jason Wong" <[EMAIL PROTECTED]> skrev i meddelandet > news:[EMAIL PROTECTED]... > > On Monday 08 April 2002 1

Re: [PHP-DB] Pop up are you sure...

2002-04-01 Thread php3
Addressed to: "Dave Carrera" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Dave Carrera" <[EMAIL PROTECTED]> Tue, 2 Apr 2002 07:23:43 +0100 > But wouldn't it be nice to have a class or function we could all use > built in to php that would let us do this. > > > > C,

Re: [PHP-DB] Query Optimizing on sum() function

2002-01-10 Thread php3
Addressed to: "Nomor Satu Bajingan" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Nomor Satu Bajingan" <[EMAIL PROTECTED]> Thu, 10 Jan 2002 13:51:06 + > > Hello Friends, > I've some performance problem, when I do sum() functions on my tables it > took 5-7 minutes

RE: [PHP-DB] MySQL Result Resource

2002-01-10 Thread php3
Addressed to: "Necro" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Necro" <[EMAIL PROTECTED]> Fri, 11 Jan 2002 03:41:43 +1100 > select password, 1 as auth from acl where (username='andrewd' and > password=(163e06103a371fd95b21b4a849bb4b91))1064 : You have an error in

Re: [PHP-DB] Concept help required

2002-01-10 Thread php3
** Reply to note from "DL Neil" <[EMAIL PROTECTED]> Thu, 10 Jan 2002 14:48:02 - > many people have a very shallow understanding of SQL - particularly > [he says generalising like crazy] people who 'fall into it' from > (say) PHP programming... This shallow understanding means that > 'they'

Re: [PHP-DB] Fixed Quote Marks in Inputs

2002-01-04 Thread php3
** Reply to note from Bogdan Stancescu <[EMAIL PROTECTED]> Sat, 05 Jan 2002 05:39:46 +0200 > > Bogdan Stancescu wrote: > > > Ok, finally found a valid argument! :-) > > > > What if the user enters "I'm aware that 2>3!"? > > > > Bogdan > > Tested it - it works. However, you'll have big problems if

RE: [PHP-DB] Your Internet Education!

2001-05-06 Thread php3
Addressed to: "Beau Lebens" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from "Beau Lebens" <[EMAIL PROTECTED]> Mon, 7 May 2001 10:57:21 +0800 > > something tells me that people on a php database mailing list already know a > little about computers and the internet...

Re: [PHP-DB] db read

2001-04-23 Thread php3
Addressed to: johndmiller <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from johndmiller <[EMAIL PROTECTED]> Mon, 23 Apr 2001 20:37:49 -0500 (CDT) > > I am new a database stuff. I am using mysql 4.0.1 with php on RH7.0. > I am setting up a db with three fields with no-one

Re: [PHP-DB] managing large result sets

2001-03-28 Thread php3
Addressed to: "houston" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "houston" <[EMAIL PROTECTED]> Wed, 28 Mar 2001 12:14:51 -0600 > > I have to deal with displaying result sets that could potentially be quite > large. It would be bad form to drop 10,000 rows into

Re: [PHP-DB] MySQL - Problem with multiple INSERTs?

2001-03-05 Thread php3
Addressed to: Chris <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Chris <[EMAIL PROTECTED]> Mon, 05 Mar 2001 02:04:28 -0600 The first thing that jumps out is using tinyint for keys. Are you sure there will never be more than 127 entries in the table? I usually use b

Re: [PHP-DB] pg_exec

2001-03-02 Thread php3
Addressed to: "dime" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "dime" <[EMAIL PROTECTED]> Fri, 2 Mar 2001 17:51:55 -0600 > > --=_NextPart_000_001D_01C0A341.7820EF80 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-pri

Re: [PHP-DB] onMouseOver & onMouseOut

2001-02-26 Thread php3
Addressed to: Ron Brogden <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Ron Brogden <[EMAIL PROTECTED]> Mon, 26 Feb 2001 12:27:52 -0800 > > In the real world you cannot trust the end user to send you "safe" > data. If your application depends on a specific tree of eve

Re: [PHP-DB] dns script

2001-02-26 Thread php3
Addressed to: Liz Bander <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Liz Bander <[EMAIL PROTECTED]> Mon, 26 Feb 2001 14:51:07 -0500 > > I'm not sure that this is entirely on topic, but does anyone have a > simple DNS script gleaning from MySQL 3.23 that I could take

Re: [PHP-DB] Most Occurring

2001-02-22 Thread php3
Addressed to: Dale Frohman <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Dale Frohman <[EMAIL PROTECTED]> Thu, 22 Feb 2001 10:34:47 -0500 (EST) > > Is there anyway with a mysql query to find which item in a particular > field in a table occurs the most frequently? > >

RE: [PHP-DB] PHP security

2001-02-21 Thread php3
Addressed to: "s.budd" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "s.budd" <[EMAIL PROTECTED]> Wed, 21 Feb 2001 10:03:33 - > > > But if the database is on another machine then the password is sent as plain > text over the internet, no? No. MySQL encrypts the p

RE: [PHP-DB] Is there a PHP equivalent of DATE_FORMAT ?

2001-02-21 Thread php3
Addressed to: "Timothy Wright" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > I need to convert the input to a valid timestamp first. > > Any ideas?? Am I missing something really obvious...it's late and my brain > is tired.. Read the MySQL manual, section 7.4.11 Date and Time Functi

Re: [PHP-DB] SQL Select statement

2001-02-17 Thread php3
Addressed to: "JJeffman" <[EMAIL PROTECTED]> "PHPDB" <[EMAIL PROTECTED]> "bill" <[EMAIL PROTECTED]> ** Reply to note from "JJeffman" <[EMAIL PROTECTED]> Sat, 17 Feb 2001 13:11:20 -0300 > > Try this way : > > "select t1.memberID,t1.choice,t2.memberID, t2.choice from ta

Re: [PHP-DB] php/mySQL help

2001-02-07 Thread php3
Addressed to: "Stinsman, Scott" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Stinsman, Scott" <[EMAIL PROTECTED]> Wed, 7 Feb 2001 16:00:29 -0500 > > Hi everyone..been away and off the list for awhile.i am back to work and > need some help. I am not sure if I am hav

Re: [PHP-DB] Garbage Collection

2001-02-03 Thread php3
Addressed to: Nashirak Bosk <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Nashirak Bosk <[EMAIL PROTECTED]> Sat, 03 Feb 2001 04:05:07 -0500 > > I am writing a PHP script that accesses a MYSQL database when the > adminstrator (the client) wants to add something to a ca

Re: [PHP-DB] Streaming a file from DB over SSL using IE

2001-01-30 Thread php3
Addressed to: Beau Lebens <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Beau Lebens <[EMAIL PROTECTED]> Tue, 30 Jan 2001 17:32:25 +0800 > > > >It does not work with Internet Exploder, does it work with other > >browsers? > > Yes, tested under Netscape and Lynx - both

Re: [PHP-DB] Streaming a file from DB over SSL using IE

2001-01-30 Thread php3
Addressed to: Beau Lebens <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Beau Lebens <[EMAIL PROTECTED]> Tue, 30 Jan 2001 16:33:32 +0800 > > Hi all, Just a quick one, is there anyone out there who has managed > to successfully store a file (other than text) in a datab

Re: [PHP-DB] recursion

2001-01-30 Thread php3
Addressed to: "Andrew" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Andrew" <[EMAIL PROTECTED]> Tue, 30 Jan 2001 10:17:40 +0200 > > Hi, Does PHP4 support recursive function ivocation? It seemed tome > that it does not, because the code below doesn't work properly.

Re: [PHP-DB] header-ache

2001-01-25 Thread php3
Addressed to: "Leo Kuiper" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Leo Kuiper" <[EMAIL PROTECTED]> Thu, 25 Jan 2001 13:06:53 +0100 > > Ok I'm kinda new to this list so I'm very sorry for those who've > heard this question a million times. > > How to get binary

Re: [PHP-DB] daisy chaining includes

2001-01-23 Thread php3
Addressed to: John Starkey <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from John Starkey <[EMAIL PROTECTED]> Tue, 23 Jan 2001 02:02:46 -0700 (MST) > > I'm trying to clean up about 2000 lines of whacked out newbie code > i've created. Is there a way to daisy chain include

Re: [PHP-DB] Fwd: Fw: alert..alert..alert.. DANGEROUS VIRUS......

2001-01-12 Thread php3
Addressed to: "deepak s" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "deepak s" <[EMAIL PROTECTED]> Sat, 13 Jan 2001 04:41:54 - > A new virus has just been discovered that has been classified by >Microsoft ( www.microsoft.com ) and by McAfee (www.mcafee.com

Re: [PHP-DB] Fwd: Fw: alert..alert..alert.. DANGEROUS VIRUS......

2001-01-12 Thread php3
Addressed to: "deepak s" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "deepak s" <[EMAIL PROTECTED]> Sat, 13 Jan 2001 04:41:54 - > A new virus has just been discovered that has been > classified by Microsoft ( www.microsoft.com ) and by McAfee > (www

Re: [PHP-DB] SPAM! RE: [PHP-DB] Gone are the days..

2001-01-10 Thread php3
Addressed to: "Hampton, Paul" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Hampton, Paul" <[EMAIL PROTECTED]> Tue, 9 Jan 2001 14:40:41 +0100 > > Hi all > > I'd suggest the following URL to complain about this spam to a public > email address: > > http://geocities.ya