İşte kod:
<?php
//Starting session
session_start();
//Includes mass includes containing all the files needed to execute the full script
//Also shows homepage elements without customs
require_once ('includes/mass.php');
$username = $_SESSION['username'];
if (isset($username))
{
//Query database for the users networths
$sq_l = "SELECT * FROM user ORDER BY worth";
$sql_query_worth = mysql_query($sq_l);
while ($row = mysql_fetch_assoc($sql_query_worth))
{
$dbusername = $row['username'];
$dbworth = $row['worth'];
foreach ($dbusername as $dbuser)
{
echo ". USER: ".$dbuser." Has a networth of: ".$dbworth;
}
}
}
?>
Üç sonuç vardır. Ve burada hatalardır.
Burada hata msg:
Uyarı: C foreach için verilen Geçersiz bağımsız değişken (): hat 32 \ xampp \ htdocs \ Moğol \ richlist.php
Uyarı: C foreach için verilen Geçersiz bağımsız değişken (): hat 32 \ xampp \ htdocs \ Moğol \ richlist.php
Uyarı: C foreach için verilen Geçersiz bağımsız değişken (): hat 32 \ xampp \ htdocs \ Moğol \ richlist.php