Geht das, dass ich ne tabelle auslese und zum beispiel mit dem Datensatz:
Name = Userx
eine variable userx erzeuge?
					Name = Userx
eine variable userx erzeuge?
foreach ($_POST as $str_schluessel => $str_inhalt)
  {
  $$str_schluessel = $str_inhalt;
  } 
if($$row[soundso]==$row[soundso2]){ /* Tu das */ }
else{
/* Tu das */
} 
MYSQL_QUERY(""SELECT * FROM user_tabelle ORDER by id"");
while ($rowfc = mysql_fetch_array ($resultfcolor)) { 
if(???=$row[soundso2]){
    /* tuwas */
}
} 
if($$row[soundso]==$row[soundso2])
{
  // Wenn $test == "test";
} 
Comment