> Print "<td><tr>$row[titletext]<br></td></tr>";
> Print "<td><tr>$row[img]<br></td></tr>";

check if the img field in the returned row even has a value or try:
$row[0] and $row[1] instead of $row['titletext'] and $row['img']

-Peter



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to