- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 69 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - sytax problem [ ]
Author
Message
Crusader
Sergeant
Joined: Oct 12, 2003
Posts: 108
Posted:
Tue Nov 04, 2003 1:18 pm
hi everyone i have the theme XPSilver and i got a problem
i have this code inside the theme
Code:
$boxstuff .= "<font class=\"content\">".writes." \"$thetext\"$notes\n";
when i translate the word .writes. to hebrew it is all good!
but when i add a / to it it is going all wrong..:/
here is the code after i change it:
$boxstuff .= "<font class=\"content\">".כתב/ה." \"$thetext\"$notes\n";
any soultion ?
chris-au
Elite Nuker
Joined: Jan 31, 2003
Posts: 717
Posted:
Tue Nov 04, 2003 11:23 pm
Try putting a backslash like: \ infront of the /
_________________Chris
Crusader
Sergeant
Joined: Oct 12, 2003
Posts: 108
Posted:
Wed Nov 05, 2003 12:50 am
what like this
$boxstuff .= "<font class=\"content\">"\writes/" \"$thetext\"$notes\n";
chris-au
Elite Nuker
Joined: Jan 31, 2003
Posts: 717
Posted:
Wed Nov 05, 2003 1:28 am
Try it like this:
$boxstuff .= "<font class=\"content\">".כתב/\ה." \"$thetext\"$notes\n";
_________________Chris
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum