Yea I problably could store the variables values in the database but I rather not if possible and a text file is blah. That is why I did it in a .inc but now I can't figure out how to chage the variable until I change it again. or hell I can leave it alone and not do anything with it lol. But I would like to change it if possible i had this in mind.
<?
include('colors.inc');
//[html header goes here]
echo '<body style="back-color: '; echo $Backcolor; echo '">';
//text box set to variable backcolor
echo '<input type="text" name="Backcolor">';
echo '<input type="button" value="submit changes" name="color change">';
//whatever code is needed for the submit button
//[HTML Footer]
?>
Will this work with the proper code set up for the submit button