require("../inc/db_conn.php"); ?> if(!isset($HTTP_COOKIE_VARS['u_id'])) { require("oops.php"); #phpInfo(); exit; } if(isset($deleteEntry) && $deleteEntry != "") { mysql_query("delete from buildthetrust where entry_id = $deleteEntry and u_id = {$_COOKIE['u_id']}"); } ?>
Sponsored by the LEGO Group and National Trust for Historic Preservation. For entry rules and contest details, see "Build the Trust".
You currently have $entryCount entries."); if($entryCount > 0) { echo(" Click below to manage your entries.
\n"); // Fetch 'em $getList = mysql_query("select entry_id, modelname, add_date, mod_date from buildthetrust where u_id = {$_COOKIE['u_id']}"); echo("| Model Name | Created | Modified | \n"); echo("Edit | Delete | |
|---|---|---|---|---|---|
| $theCounter | "); if($row['modelname'] == "") { echo("Model $theCounter"); } else { echo($row['modelname']); } echo(" | {$row['add_date']} | {$row['mod_date']} | \n"); echo("Change | \n"); echo("Delete |
You will be able to return and edit your entry for these models at any time.
include("../inc/footer.php"); ?>