RE: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-09-30 Thread Jonathan Wilkes
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

RE: [PHP] find some application

2004-02-12 Thread Jonathan Wilkes
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

RE: [PHP] Function returns

2004-01-12 Thread Jonathan Wilkes
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]

RE: [PHP] Very confusing problem!

2004-01-07 Thread Jonathan Wilkes
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

RE: [PHP] Very confusing problem!

2004-01-07 Thread Jonathan Wilkes
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 line

RE: [PHP] mysql update query

2003-12-19 Thread Jonathan Wilkes
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

RE: [PHP] mysql update query

2003-12-19 Thread Jonathan Wilkes
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 to

RE: [PHP] Installing PHP on XP

2003-10-09 Thread Jonathan Wilkes
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

RE: [PHP] Capturing Windows Login Details

2003-07-14 Thread Jonathan Wilkes
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.

RE: [PHP] Editor

2003-06-24 Thread Jonathan Wilkes
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

RE: [PHP] Re: Migration from register_globals=on to register_globals=off

2003-06-04 Thread Jonathan Wilkes
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

RE: [PHP] Re: Migration from register_globals=on to register_glob als=off

2003-06-04 Thread Jonathan Wilkes
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 mean echo

RE: [PHP] My Sincere Greetings

2003-06-04 Thread Jonathan Wilkes
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

RE: [PHP] My Sincere Greetings

2003-06-04 Thread Jonathan Wilkes
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

RE: [PHP] Variables don't pass... *sniff*

2003-05-28 Thread Jonathan Wilkes
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

RE: [PHP] Validation function doesn't work (sort of...)

2003-05-27 Thread Jonathan Wilkes
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

RE: [PHP] Validation function doesn't work (sort of...)

2003-05-27 Thread Jonathan Wilkes
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:

RE: [PHP] Validation function doesn't work (sort of...)

2003-05-27 Thread Jonathan Wilkes
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 Wilkes Cc

RE: [PHP] Installation help

2003-05-27 Thread Jonathan Wilkes
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]