Search results

  1. J

    Connection timing out

    I'm having trouble with the connection timing out on my pages, are is it a problem with me or you?
  2. J

    e-cards

    I have a code i am happy with to use as an email form, and I want to adapt it for an e-card system, the user selects from four images , submits their name and email address, and the recipients name and email address and can write a message, I am wondering how I may go about this, I know the...
  3. J

    phpmailer problem

    I did that and now I get this; Parse error: parse error, unexpected T_CLASS in /home/www/jonathonbaker.com/emailtest.php on line 2 Edit: oh yeah the code is now this; <?php require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); // telling the class to use SMTP $mail->Host =...
  4. J

    phpmailer problem

    I've tried to run a test page in phpmailer, I have entered the SMTP address but get this error address; Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/jbaker/public_html/class.smtp.php on line 105 Warning...
  5. J

    Smtp

    Asuuming they permit me level2 PHP, how do I find out the SMTP server address so I can use the mail() function and phpmailer?
Top