Variables | |
$link = getdb() | |
$view = $_GET['view'] | |
$result = mysql_query("SELECT * FROM ".$table_prefix."agents WHERE id='$view';",$link) | |
$query = mysql_query("select agent from ".$table_prefix."agents where id = '$view';",$link) | |
$query_data = mysql_fetch_array($query) | |
print<!--HEREBEGINNETHTHEHEADER--> r | n |
$a_row ['agent'] = stripslashes ($a_row['agent']) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|