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
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
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,
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
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
** 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'
** 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
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...
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
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
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
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
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
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
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?
>
>
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
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
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
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
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
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
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
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.
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
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
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
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
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
28 matches
Mail list logo