Ok..
In my test_page.php I have this:
include("config.php");
In my config.php I have this:
$formbgcolor="000000";
In stylesheet.php I have this:
echo $formbgcolor?>;
I would like to change page color from
#000000 to an image
I tryed changing config.php to $formbgimage="b.gif";
At the same time I changed
stylesheet.php to echo $formbgimage?>;
still no bg image.