Jump to content
xisto Community

Xavier

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. okay, do the email, you simply have to add a mail function to the script, $to = 'nobody@example.com'; //replace with the email of the administrator$subject = 'the subject'; //change it to better suit ur needs$message = 'New user signed up'; //replace the message with something else u want$headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion();mail($to, $subject, $message, $headers); insert this line of code before // Redirect to thank you page. hopefully that should work... but i have some other issue, when ever it does the login bit, and when i go to see the members page, it does not work. It simply loads the page as if the user has signed into the website but not really. the session valid user does not have any values attached to it. what could be the problem?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.