[SOLVED] simple problem (easy fix for someone good)
Posted: Tue Dec 07, 2004 2:26 pm
heres the code
i want to have the page bg be $color
i feel stupid...
how do i make there not be a parse error?
Code: Select all
<html>
<?php
$color = $_REQUEST['color'];
echo ("<body bgcolor=" .$color. ">");
?>
</body>
</html>i feel stupid...
how do i make there not be a parse error?