Re: [PHP] cannot find the parse error

2005-08-02 Thread Jochem Maas
Miles Thompson wrote: At 11:45 AM 8/2/2005, John Nichel wrote: Jochem Maas wrote: John Nichel wrote: Jochem Maas wrote: did you look at line 44??? (actually I found the problem on line 69 when I cut and pasted into a editor - the editor also gave that line as the one with the error in

Re: [PHP] cannot find the parse error

2005-08-02 Thread John Nichel
Miles Thompson wrote: John, Which editor does syntax checking? (In VB I find it a mixed blessing.) I personally use the Zend editor, but I'm pretty sure there are a few more out there (like ActiveState's IDE I think). -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED]

Re: [PHP] cannot find the parse error

2005-08-02 Thread Miles Thompson
At 11:45 AM 8/2/2005, John Nichel wrote: Jochem Maas wrote: John Nichel wrote: Jochem Maas wrote: did you look at line 44??? (actually I found the problem on line 69 when I cut and pasted into a editor - the editor also gave that line as the one with the error in it: And to think that

Re: [PHP] cannot find the parse error

2005-08-02 Thread John Nichel
Jochem Maas wrote: John Nichel wrote: Jochem Maas wrote: did you look at line 44??? (actually I found the problem on line 69 when I cut and pasted into a editor - the editor also gave that line as the one with the error in it: And to think that I used to hate editors that did this at

Re: [PHP] cannot find the parse error

2005-08-02 Thread Jochem Maas
John Nichel wrote: Jochem Maas wrote: did you look at line 44??? (actually I found the problem on line 69 when I cut and pasted into a editor - the editor also gave that line as the one with the error in it: And to think that I used to hate editors that did this at one time. :-) not su

Re: [PHP] cannot find the parse error

2005-08-02 Thread John Nichel
Jochem Maas wrote: did you look at line 44??? (actually I found the problem on line 69 when I cut and pasted into a editor - the editor also gave that line as the one with the error in it: And to think that I used to hate editors that did this at one time. -- John C. Nichel ÜberGeek KegWorks

Re: [PHP] cannot find the parse error

2005-08-02 Thread John Nichel
Bruce Gilbert wrote: -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cannot find the parse error

2005-08-02 Thread Jochem Maas
Bruce Gilbert wrote: I am getting the following parsing error and don't see it off hand. Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /hsphere/local/home/bruceg/inspired-evolution.com/Contact_Form.php on line 44 did you loo

[PHP] cannot find the parse error

2005-08-02 Thread Bruce Gilbert
I am getting the following parsing error and don't see it off hand. Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /hsphere/local/home/bruceg/inspired-evolution.com/Contact_Form.php on line 44 here is all of the code: if anyone