Erginkeles dediklerinizi denedim ama sorun çözülmedi.

kofteee

uygulamaya çalıştığım alan


 <? 
                 
                 
     


                    $sql = "SELECT * FROM `ura_items` WHERE CategoryID != 2 AND CategoryID != 1 AND CategoryID != 0 ORDER BY `Add_Date` DESC LIMIT 42"; 
                    $result = @mysql_query($sql); 
                    if( !$result ) { 
                        echo "MySql Error: ".mysql_error(); 
                    } 
                    $i = 0;// for alternative row color 
                    while( $row = mysql_fetch_assoc($result) ){ 


                    [COLOR="Red"]    echo "<li><a href=\"".seo_links('detail', $row['ProductID'], $row['ProductName'], 1, _SEO)."\"> ".fewchars($row['ProductName'], 65)."</a></li>";[/COLOR] 
                                                                                                                     
                        $i++; 
                        } 
                ?>