4- Buna rağmenhttp://localhost/MyCMS/home.html den kontrol ettiğimde veriler gözükmüyor. Fakat bu konuyu anlatan yerde sıkıntı gözükmüyor. Nerede sorun olmuş olabilir ? Nasıl çözüm bulabilirim ?
<?php include("includes/database.php");
$get_cats = "select * from `categories`";
$run_categories = mysql_query($get_cats);
while ($cats_row=mysql_fetch_array($run_categories)) {