hi i wounder why this dosent work as i wout..
the thing is tah in the field bgcolor=" i wount to echo a value but i cant why
<?
$usernameID = $_GET['usernameID'];
include ("../Management/mysqlcondbrr.php");
$userpresentation_query = mysql_query("SELECT presentation FROM userprofile WHERE usernameID='$usernameID'") or die (mysql_error());
$new_text = mysql_fetch_array($userpresentation_query);
?>
<a href="/guestbookusers/view-guestbookpost.php?usernameID=<?php echo $usernameID?>">Guestbook</a>
<div class="homemenyview">
</div></div>
<div id="homerightArea1">
<div style class="homepresentationview">
<table width="325" border="0" cellpadding="0" cellspacing="0" class"homepresentationview" bgcolor="<? echo $new_text['presentationbgcolor']; ?>">
<tr>
<td>
max 56 teken
<?
echo $new_text['presentation']; $new_text = strip_tags($presentation);
?>