Error when editing PHP lines in a theme file.

Reply

Join Date: Aug 2004
Posts: 1
Reputation: Icarus73 is an unknown quantity at this point 
Solved Threads: 0
Icarus73 Icarus73 is offline Offline
Newbie Poster

Error when editing PHP lines in a theme file.

 
0
  #1
Aug 4th, 2004
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 9
Reputation: kenleycapps is an unknown quantity at this point 
Solved Threads: 0
kenleycapps's Avatar
kenleycapps kenleycapps is offline Offline
Newbie Poster

Re: Error when editing PHP lines in a theme file.

 
0
  #2
Aug 4th, 2004
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.
Current languages this technical polyglot knows:
PHP

Languages this technical polyglot is working on:
C++
Java
XML
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 234
Reputation: PoA is an unknown quantity at this point 
Solved Threads: 8
PoA PoA is offline Offline
Posting Whiz in Training

Re: Error when editing PHP lines in a theme file.

 
0
  #3
Aug 4th, 2004
[PHP]echo "<body background=\"graybg.jpg\" "text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">";[/PHP]

Shoud be working.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC