Alright, i have worked this for over an hour, yet, still cant figure it out...really simple i know, but, i cant figure out which comma causes an error...
<?php
$uname = $_get['uname'];
$pass = $_get['pass'];
$email = $_get['email'];
$mailme = ($email, "Free hosting account set up", "A free cPanel hosting account has been set up for you.\nAccount details:\nUsername: $uname\nPassword: $pass\n ".".", "From: Host");
if (!$mailme);
echo 'Failure...';
?>
Parse error: parse error, unexpected ',' in /home/me/public_html/signup/email.php on line 5