stop sending this spam
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 30 September 2004 15:20
To: [EMAIL PROTECTED]
Subject: [PHP]
UNSUBSCRIBE
Thank you,
Denise Holland
ITM - Network Support
703-358-1823
[E
How lazy are you ?
Just look up "PHP" on the web, give www.google.com a go - you might just learn
something.
-Original Message-
From: Poltak Reynold Priyadi [mailto:[EMAIL PROTECTED]
Sent: 12 February 2004 09:58
To: [EMAIL PROTECTED]
Subject: [PHP] find some application
dear all,
i'm
This is NOT good coding practice, ONLY return something from a function / method if it
needs to, otherwise you may get a performance hit.
regards
Jonathan
-Original Message-
From: Mark Cubitt [mailto:[EMAIL PROTECTED]
Sent: 12 January 2004 17:06
To: Shawn McKenzie; [EMAIL PROTECTED]
Subj
no problem :-) it's an easy one to make
Jonathan
-Original Message-
From: Aaron Wolski [mailto:[EMAIL PROTECTED]
Sent: 07 January 2004 15:36
To: Jonathan Wilkes
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Very confusing problem!
Ahhh!
You rock my man!
I left out one single
you need to instantiate the object before you can use it.
-Original Message-
From: Aaron Wolski [mailto:[EMAIL PROTECTED]
Sent: 07 January 2004 15:32
To: [EMAIL PROTECTED]
Subject: [PHP] Very confusing problem!
Hey guys,
Having a problem with a script I have used before in another pr
> just had a thought, what happens when you have only 2 records in the database, does
> it work, is it possible that you may > have had 2 identical records in the first
> instance, hence it not working ?
ignore my idiotic comment, it's friday, it's late and I have 2 weeks off (only 10
minutes
Hi Enda,
Does your table have an index per record ?
If so, your WHERE clause could just use the index and thus be far simpler, if
"A_Number" is an indexed field, then
UPDATE cdr200311 SET Price=0.225 WHERE A_Number = 61210146
Alternatively, try removing the () around the WHERE
Darka
www.xfc
I wrote a simple guide to doing this under Windows 2000 and it should be roughly the
same under XP.
You can find it on www.xfcpro.com under the Library section, can't remember the name
of the article though..
regards,
Jonathan
-Original Message-
From: Rinal Patel [mailto:[EMAIL PROTECT
Why would you want to do this ?
-Original Message-
From: Gary Ogilvie [mailto:[EMAIL PROTECTED]
Sent: 11 July 2003 13:35
To: [EMAIL PROTECTED]
Subject: [PHP] Capturing Windows Login Details
Hi All,
I need to capture the username and password used to login to Windows
2000/XP with PHP.
I use EditPad Lite, although I am thinking of upgrading to the pro version
-Original Message-
From: Denis 'Alpheus' Cahuk [mailto:[EMAIL PROTECTED]
Sent: 24 June 2003 09:15
To: [EMAIL PROTECTED]
Subject: [PHP] Editor
just wanted to know what free editors (for windows) do you use.
Im usi
good point!
-Original Message-
From: Ryan A [mailto:[EMAIL PROTECTED]
Sent: 03 June 2003 14:25
To: [EMAIL PROTECTED]
Subject: Re: [PHP] My Sincere Greetings
Hey Guys,
If any of you recive a message like this dont just delete it, take a minute
of your time and report it to the US secret
Will someone ban this f***ing spam...
Anyone believing this is an idiot!
regards,
Dark Angel
-Original Message-
From: MR NZANGA JOSEPH MOBUTU [mailto:[EMAIL PROTECTED]
Sent: 04 June 2003 12:56
To: [EMAIL PROTECTED]
Subject: [PHP] My Sincere Greetings
FROM:Mr. Nzanga Joseph Mobutu
DIRE
yep I did, sorry about that
-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]
Sent: 03 June 2003 17:15
To: Jonathan Wilkes
Cc: 'Øystein Håland'; [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Migration from register_globals=on to
register_glob als=off
Uh, I think you
Hi,
What he means is that with "register_globals=off" you cannot do this:
echo $path
you need to do this (if the variable is sent by "POST" action)
echo _POST('path')
and through "GET"
echo _GET('path')
-Original Message-
From: Øystein Håland [mailto:[EMAIL PR
not being funny ... but, you should read release notes, that's what they are
for
regards
Jonathan
-Original Message-
From: Chris Hayes [mailto:[EMAIL PROTECTED]
Sent: 28 May 2003 10:46
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Variables don't pass... *sniff*
Could someone with power
Try downloading the mySQL control center for Windows. That may help you,
also at least you can check if the service was started correctly.
regards,
Jonathan
-Original Message-
From: David Grant [mailto:[EMAIL PROTECTED]
Sent: 27 May 2003 17:11
To: Brian Dunning
Cc: [EMAIL PROTECTED]
Subje
ok, I admit it, I must have read the documentation wrong concerning "===",
but I have only been writing PHP for a week or so.
But I do love it, :-)
Regards to all,
Jonathan
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
Sent: 27 May 2003 17:17
To: Jonathan
That's not his problem, he is using "===" euality check which just checks
the "type" of data, hence his code is returning TRUE for every item in the
array.
cheers,
Jonathan
-Original Message-
From: Philip Olson [mailto:[EMAIL PROTECTED]
Sent: 27 May 2003 17:03
To: Jason Lange
Cc:
Shouldn't your equality check be "==" instead of "===" ?
Also, try modifying your loop so that after the first correct match, it does
a return true;
that way, you don't need to process the entire loop
19 matches
Mail list logo