What Am I Doing Wrong?
My records are NOT updating/copying to MySQL
Please help me. Thanks in advance.
include('https://datalink.ccbill.com/data/main.cgi?startTime=20050115010305&endTime=20050115102334&transactionTypes=NEW&clientAccnum=PRIVATE&username=PRIVATE&password=PRIVATE&testMode=1');
$table_variables = array('customer_lname', 'customer_lname', 'email', 'username', 'password', 'price', 'start_date', 'phone_number');
$name = $_REQUEST ['customer_lname'];
$email = $_REQUEST ['email'];
$username = $_REQUEST ['username'];
$password = $_REQUEST ['password'];
$productDesc = $_REQUEST ["productDesc"];
$price = $_REQUEST ['price'];
$subscription_id = $_REQUEST ['subscription_id'];
$clientAccnum = $_REQUEST ['clientAccnum'];
$clientSubacc = $_REQUEST ['clientSubacc'];
$insert = "INSERT INTO almclmb8 ('customer_lname', 'email', 'username', 'password', 'price', 'start_date', 'phone_number')
VALUES ('".$name."','".$email."','".$username."','".$password."','".$productDesc."','".$price."','".$subscription_id."','".$clientAccnum."','".$clientSubacc."')";