www.loanu.pl
Fatal error: Call to a member function getrows() on a non-object in /home/xp135747/public_html/loanu.pl/index.php on line 150
Oto kod w tym pliku
$query3 = "SELECT A.PID, A.story, A.pic, B.username from posts A, members B where A.active='1' AND A.USERID=B.USERID AND A.feat='1' AND A.youtube_key='' AND A.fod_key='' order by rand() limit 5"; $executequery3 = $conn->Execute($query3); $feat = $executequery3->getrows(); STemplate::assign('feat',$feat);
Czy ktos wie jak rozwiazac ten problem?