Any have any ideas?

Any have any ideas?
<?php
background-color: #333333;
$djname=$_POST['djname'];
$msg=$_POST['msg'];
$content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>";
$file="overwrite.html";
$writing=fopen($file, 'w');
Last edited by Colin-Roberts; 07-08-2006 at 08:23 PM.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
*removed*
Sorry for double posting
Last edited by ClubTime; 07-08-2006 at 08:37 PM.
here try this
Code:<?php background-color='#ffffff' //change '#ffffff' to your color $djname=$_POST['djname']; $msg=$_POST['msg']; $content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>"; $file="overwrite.html"; $writing=fopen($file, 'w'); ?>
I'll try, thanks.
Edit: Didnt work, thanks for trying though.
Last edited by reindeer.; 09-08-2006 at 02:42 PM.
Try:
Change '333333' to your colorPHP 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');
?>
<body bgcolor='#333333'>
Last edited by ClubTime; 09-08-2006 at 04:57 PM.
No, didnt work again![]()
Want to hide these adverts? Register an account for free!