Medlem
|
|
Reg.datum: Sep 2008
Inlägg: 55
|
|
Medlem
Reg.datum: Sep 2008
Inlägg: 55
|
testa:
$result = mysql_query("SELECT one.id, one.mail, two.name, two.address, two.postalno, two.postaladdress, two.telephone, two.cellphone FROM user_accounts as one, user_details as two where one.id=two.id order by one.id") or die(mysql_error());
|