Hello, I;ve got the following, and I keep having a IE error flagging in the status bar.
The site seems to work ok though, but it just does not look good to have this error.
Would anyone notice something wrong ? apparently it is on the linePHP Code:tep_show_categories($query);
PHP Code:<?php
$query = tep_db_query("select category_id, category_title from gad_categories where active = 'Y' order by
category_title");
$num_rows = tep_db_num_rows($query);
if ( $num_rows >= 1 ) {
tep_show_categories($query);
tep_db_free_result($query);
} else {
echo '<p>Aucune Categorie disponible.</p>';
}
?>
Jezza (29-07-09)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks