need help with parse stuff
Posted: Thu Mar 24, 2005 1:50 pm
Ok, i'm trying to pull the table color from a config setting i'm making but this sytax i have made is wrong. Thank you for any help you can provide.
Parse error: parse error, unexpected ';' in /home/pinehead/www/config.inc.php on line 29
That is my error, i'm sure this is not the best way to do this so if you can suggest a better way that would be great too.
Thank you
Anthony
Code: Select all
echo "<td style=\"border-top: 2px solid #3D4A67; border-left: 2px solid #3D4A67; background-color: "; $config['bgcolor_main']; echo "\" height=\"7%\">hi";That is my error, i'm sure this is not the best way to do this so if you can suggest a better way that would be great too.
Thank you
Anthony