Hi,
Dies habe ich so gelösst aber funktioniert jedoch noch nicht.
Ja was denn nu? "Gelösst", oder "funzt nich"?
while($a = mysql_fetch_assoc($user))
{
$b = $a["Username"];
mysql_query("UPDATE tbluser SET Username = $b WHERE UserID = ");
Wieso unternimmst du hier keinerlei Debugging (Kontrollausgabe generierter Query), und keinerlei Fehlerbehandlung?
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“