Hi, Im trying to change the colour of my DJ says, located at http://www.samsterteenzradio.com/djsays.html. Heres the code:
<?php
$djname=$_POST['djname'];
$msg=$_POST['msg'];
$content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>";
$file="overwrite.html";
$writing=fopen($file, 'w');
Thanks.





Reply With Quote






