Re: [PHP] Inheritance and a class function: on what class was it called?

2002-10-03 Thread Debbie Dyer
different to what I know and does (is) causing confusion. Debbie - Original Message - From: Debbie Dyer [EMAIL PROTECTED] To: Rasmus Lerdorf [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 11:41 PM Subject: Re: [PHP] Inheritance and a class function: on what class

Re: [PHP] mail function problems

2002-10-02 Thread Debbie Dyer
Hi Dan I (and others I know) have similar probs of seemingly disappearing emails - I thought it was down to mail filtering because I cant think of another explanation (but I dont know that for sure). I was given some advice here yesterday so I am forwarding you the mails. Debbie - Original

Re: [PHP] OOP class names

2002-10-02 Thread Debbie Dyer
I told you something incorrectly yesterday:- - From what you say you dont want get_class_name because this gives you the name of the class not the instance of it. get_class is PHP's function for getting the name of a class not get_class_name Sorry - I must have been thinking in Java mode.

Re: [PHP] PHP and Flash

2002-10-02 Thread Debbie Dyer
Not sure where you mean by 'into the text field' but I see a drop down menu with a photo loaded underneath and then underneath that further menus with more pics of horses. Debbie - Original Message - From: Lowell Allen [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Wednesday, October

Re: [PHP] How can I check for variances in spelling within form text input fields?

2002-10-02 Thread Debbie Dyer
Don I am not a 'PHP guru' and I dont know where you can find an algorithm but:- If the only problem is users adding/not using name extensions, then for your company exists already test you could remove known extensions from the input company name - ltd, plc, etc - and replace this with a

Re: [PHP] Inheritance and a class function: on what class was it called?

2002-10-02 Thread Debbie Dyer
I think I know what you mean. You could get it to return the name of the class. eg. class A { function foo () { return get_class($this); } } class B extends A { } class C extends A { } $a = new A(); $b = new B(); $c = new C(); print $a-foo(); print $b-foo(); print

Re: [PHP] Inheritance and a class function: on what class was it called?

2002-10-02 Thread Debbie Dyer
there is no $this variable. basically what I'm looking for is a replacement for get_class($this) when the function is called using :: thanks /nick Debbie Dyer [EMAIL PROTECTED] wrote in message 054c01c26a3f$34f6d230$de093c3e@homepc">news:054c01c26a3f$34f6d230$de093c3e@homepc... I think I know what you m

Re: [PHP] Inheritance and a class function: on what class was it called?

2002-10-02 Thread Debbie Dyer
- From: Nick Eby [EMAIL PROTECTED] To: Debbie Dyer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 7:53 PM Subject: Re: [PHP] Inheritance and a class function: on what class was it called? when you call a function with -, you must call it on an object ($c-foo

Re: [PHP] Inheritance and a class function: on what class was it called?

2002-10-02 Thread Debbie Dyer
Without them being defined in some special way? I am very surprised that after 7 years of OOP I dont know that but I will check it out tomorrow. Debbie - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: Nick Eby [EMAIL PROTECTED] Cc: Debbie Dyer [EMAIL PROTECTED]; [EMAIL

Re: [PHP] Re: mail headers filtering

2002-10-01 Thread Debbie Dyer
- maybe then I can get back to you for some tests. Thanks Debbie - Original Message - From: Chris Hewitt [EMAIL PROTECTED] To: Debbie Dyer [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 8:48 AM Subject: Re: [PHP] Re: mail headers filtering Debbie Dyer wrote: I was talking about my

Re: [PHP] Re: mail headers filtering

2002-10-01 Thread Debbie Dyer
. Debbie - Original Message - From: Chris Hewitt [EMAIL PROTECTED] To: Debbie Dyer [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 10:56 AM Subject: Re: [PHP] Re: mail headers filtering Debbie Dyer wrote: Hi Chris They are having the problem receiving the mail sent by the script

Re: [PHP] OOP class names

2002-10-01 Thread Debbie Dyer
From what you say you dont want get_class_name because this gives you the name of the class not the instance of it - which is really no different from asking how to get the name of any var. I dont really know why you would want to do this unless you are dynamically naming the objects. There is

[PHP] mail headers filtering

2002-09-30 Thread Debbie Dyer
I sent this mail earlier:- More and more emails seem to be getting blocked by mail filtering systems looking for spam (but trashing legitimate mail at the same time). Does anyone have any tips for ensuring mails get through these systems (with regard to headers) or do we just have to accept

[PHP] Re: mail headers filtering

2002-09-30 Thread Debbie Dyer
- From: Jon Haworth [EMAIL PROTECTED] To: 'Debbie Dyer' [EMAIL PROTECTED] Sent: Monday, September 30, 2002 4:37 PM Subject: RE: mail headers filtering Hi Debbie, [offlist, from php-general] More and more emails seem to be getting blocked by mail filtering systems looking for spam

Re: [PHP] Re: mail headers filtering

2002-09-30 Thread Debbie Dyer
me know Debbie Dyer [EMAIL PROTECTED] wrote in message 020f01c26895$619cd880$8c093c3e@homepc">news:020f01c26895$619cd880$8c093c3e@homepc... I sent this mail earlier:- More and more emails seem to be getting blocked by mail filtering systems looking for spam (but trashing legitim

Re: [PHP] Re: mail headers filtering

2002-09-30 Thread Debbie Dyer
[EMAIL PROTECTED] To: Debbie Dyer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 6:52 PM Subject: Re: [PHP] Re: mail headers filtering Debbie Dyer wrote: addresses and got it bounced back with the following:- X-AntiAbuse: This header was added to track abuse, please