<?
require("/home/brayden/public_html/includes/config.php");
mysql_connect ($hostname, $db_login, $db_pass);
mysql_select_db($database);
$gid = $_REQUEST['id'];
$select_data("SELECT * FROM cfrecords WHERE `guest_id` = '$gid'");
$ver=mysql_query($select_data) or die("Can Not Retrieve Data");
?>
May I ask whats wrong with this script, it seems pretty logical, this is the error im getting:
Fatal error: Call to undefined function: () in /home/brayden/public_html/test123.php on line 8