Fatal error: Call to undefined function

wxdqz

New Member
Hi there,

Im getting this error message:
Fatal error: Call to undefined function: sql_query() in /usr/home/r/e/renmember/public_html/themes/NukeNews/theme.php on line 53


Here is line 53 of my code:
$toplist = sql_query("select topicid, topictext from $prefix"._topics." order by topictext", $dbi);

I'd really appreciate any insight into this error.

Many Thanks,

Jonathan
 
Back
Top