Yeah... I have this as my path:<br />require ("/home/iraqiins/public_html/ubbthreads/classifieds.inc.php");<br /><br />The error lists line 54 and 77 as the problem. <br /><br />This is line 54:<br />while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {<br /><br />This is line 77:<br />mysql_free_result($result);<br /><br />I'm not getting "can't connect" type errors so I think it's connecting to the database. I am using the PhotoPal add-in and it works fine. I've compared them both and can't see why this won't work either.