Hey im using HSP I want to change the Dj says to
Verdana size 1 and #FFFFFF +Marquee
This is the code i tryed
i get thisPHP Code:<marquee><?php
include("../config.php");
$djsays = MYSQL_QUERY("SELECT * from djsays WHERE id='1'");
$djsays = mysql_fetch_array($djsays);
<b><font face="Verdana" size="1" color="#FFFFFF">$djsays[name]</b>: $djsays[says].");
?></font></marquee>
this is the originalCode:Parse error: syntax error, unexpected '<' in /home/habbovoi/public_html/panel/frontend/djsays.php on line 5
PHP Code:<?php
include("../config.php");
$djsays = MYSQL_QUERY("SELECT * from djsays WHERE id='1'");
$djsays = mysql_fetch_array($djsays);
echo("
DJ <b>$djsays[name]</b>: $djsays[says].");
?>
Thanks +rep





Reply With Quote



