|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
trying to create a menu list. I uploaded file to my file manager & received this error message when I tried to open it in the editor:
(I'm new to this & need help) Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/xxxxxxxx/public_html/links.html/.wysywigPro_edit_LINKS_HTML.php on line 485 here's the code: (was very long but had to cut it short for this post to send) ------------------------------------------------------------------- function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){ var a,b,c,d; if(RcrsLvl==1){ a=LowBgColor; b=HighBgColor; c=FontLowColor; d=FontHighColor} else { a=LowSubBgColor; b=HighSubBgColor; c=FontSubLowColor; d=FontSubHighColor } line 485---> this.value=eval(WhatMenu+'[0]'); this.ro=0; <!-- REST OF BODY CONTENT BELOW HERE --> </body> </html> ------------------------------------- Thanks, Mikki |
|
#2
|
|||
|
|||
|
Check the line above it: you're missing the semicolor.
PHP Code:
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|