<?php
require("/home/brayden/public_html/includes/config.php");
mysql_connect ($hostname, $db_login, $db_pass);
mysql_select_db($database);
$utm1 = $_REQUEST['utm'];
$reqid = $_REQUEST['id'];
if ($_REQUEST['action']=="test") {
$delete_data=("SELECT * FROM cfrecords WHERE guest_id = 7;");
$ver=mysql_query($delete_data) or die("Can Not Delete This Post..");
echo ".$row[1].";
echo $clan_name;
}
?>
I'm trying to make individual pages for each record, and I need to pull the data from where a certain id's row is. Why wont this script work?
I'm echoing both Row1, and Clan name, which are the same thing, but nothing echoes.
I will honestly paypal $10 to whoever gives me the fix, post the fix and your paypal email address. I'd rather just get the fix off here then pay a coder.