Show us a few lines of code before the line that the error message reports.

Remember, the line in the error message is just where PHP figured out
something was wrong. The cause could be anywhere before that line.

---John Holmes...

----- Original Message -----
From: "Andres, Cyrille" <[EMAIL PROTECTED]>
To: "Jonathan Sharp" <[EMAIL PROTECTED]>
Cc: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 2:21 PM
Subject: RE: [PHP] parse error


> thx, but I still have the same error
> I think I have a poltergheist in my computer !!!
>
> -----Original Message-----
> From: Jonathan Sharp [mailto:js-lists@;sharpmedia.net]
> Sent: Wednesday, October 30, 2002 11:13 AM
> To: Andres, Cyrille
> Cc: PHP List; php
> Subject: Re: [PHP] parse error
>
>
> try:
> $fp = fopen('temp/'.$userfile_name[($i-1)], "w+");
>
> -js
>
>
> Andres, Cyrille wrote:
> >
> > Hello everybody,
> >
> > maybe I am dumb , I dunnow, I have a parse error here and I don't
> understand
> > why :
> >
> > $fp=fopen("temp/$userfile_name[$i-1]","w+");
> >
> > the error I get is : Parse error: parse error, expecting `']'' in
> > D:\Data\WebSSL\tm\RFP\upload2.php on line 61
> >
> >
> > THANX !!! :(((
> > ==============================================
> >
> > Cyrille ANDRES
> > IT-Tools Technician
> >
> > Siemens Shared Services, LLC
> > Travel Management
> > 1650 Technology Drive,m/s 243
> > San Jose, CA 95110
> >
> > phone: (408) 764-9250
> > fax: (408) 764-9258
> >
> >
> >
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to