• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by xynapse

  1. X

    What is wrong with my php process mail form?

    I finally got something to work. I thought about it and thought about it trying to keep it simple. I don't even need a processing page. I just wanted it to send an email if the person accepted the offer or not. Here is what I did. In the top of the page I defined my mail variables. $email...
  2. X

    What is wrong with my php process mail form?

    Looks like I'm going to have to further redesign the site. It's hard to explain. lol I was trying to eliminate a scheduling page and just get it to process an email with the selected info. Thanks for helping.
  3. X

    What is wrong with my php process mail form?

    Wait a sec. I think I got it. I'll be back. lol
  4. X

    What is wrong with my php process mail form?

    Here is the previous page that calculates a value and goes to the process script. Everything here works fine. <?php include("connection.php"); $car_id = $_POST['pro_id']; $year = $_POST['year']; $make = $_POST['make']; $model = $_POST['model']; $vehicle_paidoff =...
  5. X

    What is wrong with my php process mail form?

    I don't think it's empty. Did I do it wrong? Here is $body $body = " ----------------------------------------------------------------------------- WEBSITE CONTACT ENQUIRY ----------------------------------------------------------------------------- Customer Price : $customer_price...
  6. X

    What is wrong with my php process mail form?

    There are no errors. I'm just not getting any values for $customer_price or anything else in the email.
  7. X

    What is wrong with my php process mail form?

    I have been trying to figure this out for some time now. I think I'm making it harder than it's supposed to be. For some reason it's not passing values to my email but I do get an email. <?php include("connection.php"); $SQL = "SELECT * FROM product_offer WHERE id =...
  8. X

    Lost...BF3 crashing (gtx570 driver restarts)

    Every Battlefield game I've had I experienced the crash to desktop issue and it's never been fixed. I've always had a nice rig as well. Now my computer just locks up at any given time. It's playable but it will crash every once in a while.
  9. X

    Video Gallery generator for website recommendations

    I am looking for software that can create a video gallery. I tried using Video Lightbox but it crashes as soon as I try to create a gallery and it seems they have no support for it.
  10. X

    Java Exception Handling question

    Thanks guys. I was trying to rush through an assignment for this 8 week java programming course all while Chemistry and Physics 2 finals were coming up. Anyway, the semester is all done now. Woooohooo! Going to go back and review it all. Also, interested in checking out Python if you guys have...
  11. X

    Java Exception Handling question

    Thanks. import java.util.Scanner; public class Array { public static void Array(String[] args) { Scanner scan = new Scanner(System.in); //prompt user to enter a random number System.out.print("Enter an integer: "); for (int i = 0; i < 100; i++) { try {...
  12. X

    Java Exception Handling question

    I'm trying to write a program that meets the following requirements. I'm getting all kinds of errors because I'm a noob but I'm trying to learn! Please help. 1. Create an array with 100 randomly chosen integers. 2. Prompt the user to enter the index of the array, then display the...
  13. X

    Looking for a small notebook

    I actually ended up getting the new MSI netbook. http://www.newegg.com/Product/Product.aspx?Item=N82E16834152160 Thanks for your suggestions.
  14. X

    MSI Introduces the Wind12 U230

    Just ordered one of these from newegg. Got the more expensive one with dual core and 320GB hdd. This is just what I was looking for. A very small portable laptop that would be good for school, play HD movies on my new TV and be able to do some webdesign. The VGA port is perfect so i can hook it...
  15. X

    Looking for a small notebook

    $600 or so. Would like at least 2 gigs of RAM. I was looking at the Asus UL20A but it doesn't have an HDMI.
Back
Top