Recent content by WolfTrance

  1. WolfTrance

    Support ticket

    Hello, I am trying to login to get some help with my hosting site via a support ticket. However, it will not allow me to do so, it simply redirects me to another crazy page. Can someone please let me know what to do from here?
  2. WolfTrance

    a different contact form ... please help!!!!

    Just incase someone else finds this and needs it, here is a working version of the script ... <?php if ($_POST[t] == 'process'){ $msg = ""; foreach ($_POST as $key => $value) { if($key <> "t"){ $msg .= "$key: $value\n"; } }...
  3. WolfTrance

    a different contact form ... please help!!!!

    can someone tell me how to include all of the input fields in the form below please???? <?php if ($_POST[t] == 'process'){ mail('[email protected]','Contact Form Submission',stripslashes($_POST[message]),'FROM:'.$_POST[email]); echo'<table border="0" width="98%" cellspacing="3"...
  4. WolfTrance

    contact form

    Hello there all ... I need someone who knows php to take a look at the following code to see if you can find an error. 1. What is happening is I cannot get the email to send 2. There is no success or error message displayed when submited I do not know php and I cannot contact the...
  5. WolfTrance

    email and support ticket

    thanks :]
  6. WolfTrance

    email and support ticket

    Hello, I reopened a support ticket last night regarding email, and the problems have not changed (I know you are all working hard and need sleep). I just want to make sure that it doesn't get lost so I am posting the ticket number (50782) here. Many thanks :D
  7. WolfTrance

    MSN down for everyone?

    FYI: MSN seems to be working again :]
Back
Top