•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 456,452 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,607 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 2357 | Replies: 2
![]() |
•
•
Join Date: Aug 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I'm using PHPNuke and i get the following error:
Parse error: parse error, unexpected '\"', expecting ',' or ';' in /home/jadedf/public_html/portal/themes/3D-Fantasy/theme.php on line 58
line 58 is below and it is the only line i've played around with in the theme.php file..i'm trying to get an image for my background. help!
"<body bg=\"graybg.jpg" "text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">\";
whats wrong with it?
thanks,
tim
Parse error: parse error, unexpected '\"', expecting ',' or ';' in /home/jadedf/public_html/portal/themes/3D-Fantasy/theme.php on line 58
line 58 is below and it is the only line i've played around with in the theme.php file..i'm trying to get an image for my background. help!
"<body bg=\"graybg.jpg" "text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">\";
whats wrong with it?
thanks,
tim
It should be..
[PHP]
"<body bg=\"graybg.jpg\" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">";
[/PHP]
I THINK. I don't use PHPNuke but it seems you just incorrectly escaped the string.
[PHP]
"<body bg=\"graybg.jpg\" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">";
[/PHP]
I THINK. I don't use PHPNuke but it seems you just incorrectly escaped the string.
Current languages this technical polyglot knows:
PHP
Languages this technical polyglot is working on:
C++
Java
XML
PHP
Languages this technical polyglot is working on:
C++
Java
XML
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- how to remove a number of lines from a text file ? (Python)
- # of lines in a text file (Java)
- IE and Explorer slow to load- HJT log file inc (Viruses, Spyware and other Nasties)
- Parse Error in PHP (PHP)
- php.ini file not being read (PHP)
- A php question (PHP)
Other Threads in the PHP Forum
- Previous Thread: Simple (I think) Code Question
- Next Thread: PHP > Alaric


Linear Mode