Jump to content

Casino

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by Casino

  1. Hmm... You could use like iframe. <iframe frameborder="0" src="http://www.mypage.com/open.php"></iframe> Then whatever you have in open.php will be availble. Then you can advance it by adding $_GET parameters in the src URL and stuff. Also with HTTP_HOST to be sure that only allowed people can use it? Yeayea Casino
  2. I do hate unspesific errors like that! Anyway, It seems that you've forgotten to close a bracket else{//<- This one $to = 'amphit@live.com'; $mailfrom = '$email'; $header = "from: $fname $lname <$mail_from>"; $detail = "First name - $fname <br> Last Name - $lname <br> Address - $address <br> City - $city <br> State - $state <br> Zip - $zip <br> Phone - $phone <br> Email - $email <br> Mortgage - $mortgage <br> Comments - $comments"; $send_mail=mail($to,$subject,$detail,$header); if($send_mail){ echo "We've recived your contact information"; } else { echo "ERROR"; }}// <-Added that one. Try it, and see if that's all ?>
×
×
  • Create New...

Important Information

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.