Hi there till,
Thank you for your answer.
I don't want to use ISPConfig because i want to make a registration form and make it available to anyone.
So anyone could register for an account. Like yahoo, msn, etc.
Now i have another problem with MySQL.
I have:
$mailu = ($Userdorit,"@", $Domeniu);
this should take the user, add the @ and the selected domain from the list and results
user@domain.tld
Then i want to insert this in my mysql DB.
For mysql insertion i have this:
$query="insert into awm_accounts (friendly_nm,signature,id_acct,id_user,def_acct,ma il_inc_login,mail_inc_host,mail_inc_pass,mail_out_ pass,deleted,mail_protocol,mail_inc_port,
email) values ('".$Nume."','".$Prenume."','".$hits[0]."','".$idul."','".$unu."','".$Userdorit."','".$Do meniu."','".$Parola."','".$RepetaParola."','".$zer o."','".$zero."','".$ununuzero."','".
$mailu."')";
Notice: for email field i have $mailu
But when i try to process the form, instead of inserting the values into mysql table and show the thank you page i get a blank page and no values inserted into mysql.
I have triyed some trick's but nothing worket untill now.
Can you please give me a solution or a hint?
Thank you in advance
EDIT:
I have solved the problem. I had to modify $mailu = ($Userdorit,"@", $Domeniu); into $mailu = ("$Userdorit@$Domeniu");
Recent comments
16 hours 2 min ago
17 hours 2 min ago
20 hours 49 min ago
22 hours 3 min ago
1 day 1 hour ago
1 day 8 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 12 hours ago