Ok, one little problem, i have this a varible called author inside the table and in my script..
print"<a href=\"articles\articledis.php?id=$row->id\">$row->title - $row->author</a><br>";
It seems to work but instead of doing author, it print the source vairble, i checked over all of my code and i just cant figure out why!?
EDIT: Not sure if this will help, but in phpmyadmin, i looked up the author varible... and its the same as the source one. I tired clearing the table many times and doing it over, but still the same thing...it makes the author varible the same as the source. So WHere do u think this problem may be in my code?