Just to let you know a silly problem I've just encountered which took me a good while to fix and I didn't see it for a while at all - infact i only saw it here when I was composing a post on here! (shows what a help this site is!)
anyway - here is the code, if it helps someone then my work here is done....
BTW, this code gave no errors, it was just missing the content...
Code: Select all
while ($row = mysql_fetch_assoc($qry));
{
echo $row['content_here'];
}Just incase you missed it, it was that little blighter of a semicolon on the while line
hope this helps someone!