|
-
Jul 4th, 2005, 02:11 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Parse errors... :(
I have this php fragment here.. and I don't know what to do next... I'm stuck with a certain kind of error ...
Code:
Parse error: parse error in C:\htdocs\BINUS\PurchaseMainte.php on line 390
and the php code fragment is this
PHP Code:
]
<DIV align="right"><FONT color="ffffff">'</FONT><?PHP print date("m/d/y"); ?>
<?PHP print date("m/d/y"); ?></DIV>
<DIV><FONT size="5">
購買先マスタリスト
購買先マスタリスト</FONT></DIV>
the first line is line 390... wot is wrong with.. this.. why do I get parse error?
-
Jul 4th, 2005, 02:14 AM
#2
Re: Parse errors... :(
Its probably the lines before which are causing the error .. what are they?
P.s: back to soon?
-
Jul 4th, 2005, 02:19 AM
#3
Thread Starter
Frenzied Member
-
Jul 4th, 2005, 02:21 AM
#4
Re: Parse errors... :(
No, not unless you accidently put it in a PHP section. Have a check to make sure the lines above are correct. If you can't find it upload the whole file and I'll have a look.
-
Jul 4th, 2005, 02:28 AM
#5
Thread Starter
Frenzied Member
Re: Parse errors... :(
Here is the code. I uploaded the whole file.
I usually have dreamweaver back at home.. and now I have none here except this text editor.. btw.. don't mind those chars that won't show up correctly.. this is a euc-jp doc... so just change ur settings or something. 
or this could be unicode problem again.
-
Jul 4th, 2005, 02:35 AM
#6
Re: Parse errors... :(
Its the line two lines above. I think you need to remove it:
Code:
</TABLE>
</CENTER>
<?PHP } ?>
<!--EXCEL出力の時-->
<?PHP } else { ?>
Remove the line in red.
-
Jul 4th, 2005, 02:41 AM
#7
Thread Starter
Frenzied Member
Re: Parse errors... :(
Yay, I'm advancing... I got another error when I looked up the code again (found a bunch of bad errors)!.. I'll see if this will lead me anywhere.
-
Jul 4th, 2005, 02:42 AM
#8
Thread Starter
Frenzied Member
Re: Parse errors... :(
nope.. it doesn't need to be removed that's for the inner if else of the if branch for that else part.
-
Jul 4th, 2005, 02:46 AM
#9
Thread Starter
Frenzied Member
Re: Parse errors... :(
SOLVED!!!.. thanks.. visualAd
-
Jul 4th, 2005, 02:47 AM
#10
Thread Starter
Frenzied Member
Re: [RESOLVED] Parse errors... :(
plus I get to try out resolved extension too! ehehehe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|