Jamieb
03-02-2008, 05:30 PM
Hey im using HSP I want to change the Dj says to
Verdana size 1 and #FFFFFF +Marquee
This is the code i tryed
<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>
i get this
Parse error: syntax error, unexpected '<' in /home/habbovoi/public_html/panel/frontend/djsays.php on line 5
this is the original
<?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
Verdana size 1 and #FFFFFF +Marquee
This is the code i tryed
<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>
i get this
Parse error: syntax error, unexpected '<' in /home/habbovoi/public_html/panel/frontend/djsays.php on line 5
this is the original
<?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