Even if my mind is going to blow...this code won't work ![]()
I have used the same code for a different website and it actually worked perfect. But this time I have an unexpected echo error.
I am trying to echo some "poems" that are saved to the database. And now I am trying to echo them. Here is the problem
I think this is the most importand part but if you want something more I can share it.
while($row = mysql_fetch_assoc($query)){
$name = $row['name'];
$epitheto = $row['ename'];
$user = $row['username'];
$category = $row['category'];
$tsiattisto = $row['tsiattisto'];
?>
<table width="200" border="0">
<tr>
<td><?php echo "$tsiattisto";
}}else{
echo "No result found";
}
}?></td>
Edited by Roger, 08 March 2013 - 03:12 PM.
Added code tags

















