RE: [PHP] Parse error, unexpected T_STRING!!

2004-03-04 Thread Enrique Martinez
Hey Mike, your wild guess worked great!! :) Thanks a lot, and Craig as well. --- "Ford, Mike [LSS]" <[EMAIL PROTECTED]> wrote: > On 04 March 2004 20:04, Enrique Martinez wrote: > > > Hello, I'm getting an error that says: > > > > Parse error, unexpected T_STRING on line 73 > > > >

Re: [PHP] Parse error, unexpected T_STRING!!

2004-03-04 Thread Enrique Martinez
This is what I have before line 73: --- Craig Gardner <[EMAIL PROTECTED]> wrote: > What do you have before line 73? > > > On Thu, 2004-03-04 at 12:03, Enrique Martinez wrote: > > Hello, I'm getting an error that says: > > > > Parse error, unexpected T_STRING on line 73 > > > > line 73 is:

Re: [PHP] Parse error, unexpected T_STRING!!

2004-03-04 Thread Craig Gardner
What do you have before line 73? On Thu, 2004-03-04 at 12:03, Enrique Martinez wrote: > Hello, I'm getting an error that says: > > Parse error, unexpected T_STRING on line 73 > > line 73 is: ?> > > this is what I have below line 73: > > Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/

[PHP] Parse error, unexpected T_STRING!!

2004-03-04 Thread Enrique Martinez
Hello, I'm getting an error that says: Parse error, unexpected T_STRING on line 73 line 73 is: this is what I have below line 73: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> I have PHP-4.2.2, Apache 2.0 on RedHat Linux 9.0 Any idea how can I fi