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.
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...
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.
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 =...
I don't think it's empty. Did I do it wrong? Here is $body
$body = "
-----------------------------------------------------------------------------
WEBSITE CONTACT ENQUIRY
-----------------------------------------------------------------------------
Customer Price : $customer_price...
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 =...
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.
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.
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...
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 {...
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...
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...