Your Ideas

During the course of Simon’s journey around England members of the public were invited to post ideas of events and leisure pursuits that he could photograph, thereby positioning him alongside his fellow countrymen and attempting to involve the ‘English', to a certain degree, in their own representation. The ideas that were posted provide an interesting snapshot of the country in 2008 and work alongside Simon’s photographs. They illustrate what's important to people and explore their own thoughts on notions of Englishness.

You can read all the ideas below or download a pdf here

Error !! Can't find data file : $data_file.
"; exit; } else { if ($max_record_in_data_file != "0") { $f = file($data_file); rsort($f); $j = count($f); if ($j > $max_record_in_data_file) { $rf = fopen($data_file,"w"); if (strtoupper($os) == "UNIX") { if (flock($rf,LOCK_EX)) { for ($i=0; $i<$max_record_in_data_file; $i++) { fwrite($rf,$f[$i]); } flock($rf,LOCK_UN); } } else { for ($i=0; $i<$max_record_in_data_file; $i++) { fwrite($rf,$f[$i]); } } fclose($rf); } } } @session_start(); $flag=true; $newline = (strtoupper($os) == "WIN") ? "\r\n" : "\n"; switch ($do) { case "": $record = file($data_file); rsort($record); $jmlrec = count($record); ?>

70) $vname = substr($vname,0,70); if (strlen($vemail) > 100) $vemail = substr($vemail,0,100); if (strlen($vurl) > 150) $vurl = substr($vurl,0,150); $_SESSION['name'] = $vname; $_SESSION['email'] = $vemail; $_SESSION['phone'] = $vphone; $_SESSION['url'] = $vurl; $_SESSION['comment'] = stripslashes($vcomment); if ($vemail=="" || $vname == "" || $vcomment == "") { $flag=input_err("You may left some fields
",false); } if ($vemail != "" && !preg_match("/([\w\.\-]+)(\@[\w\.\-]+)(\.[a-z]{2,4})+/i", $vemail)) { $flag=input_err("Invalid email address",false); } // if ($vurl != "" && strtolower($vurl) != "http://") { // if (!preg_match ("#^http://[_a-z0-9-]+\\.[_a-z0-9-]+#i", $vurl)) { // input_err("Invalid URL format."); // } // } $test_comment = preg_split("/[\s]+/",$vcomment); $jmltest = count($test_comment); for ($t=0; $t<$jmltest; $t++) { if (strlen(trim($test_comment[$t])) > 70) { $flag= input_err("Invalid word found on your entry: ".stripslashes($test_comment[$t]),false); } } if (isset($_SESSION['add']) && $_SESSION['add'] >= $max_entry_per_session) { $flag=input_err("Sorry, only $max_entry_per_session message(s) allowed per session",false); } if ($vsecc != $_SESSION['secc'] && strtoupper($imgcode) == "YES") { $flag=input_err("Invalid verification code",false); } //--only 2000 characters allowed for comment, change this value if necessary if($flag){ $maxchar = 2000; if (strlen($vcomment) > $maxchar) $vcomment = substr($vcomment,0,$maxchar)."..."; $idx = date("YmdHis"); $tgl = date("F d, Y - h:i A"); $vname = str_replace("<","<",$vname); $vname = str_replace(">",">",$vname); $vname = str_replace("~","-",$vname); $vname = str_replace("\"",""",$vname); $vphone = str_replace("<","<",$vphone); $vphone = str_replace(">",">",$vphone); $vphone = str_replace("~","-",$vphone); $vphone = str_replace("\"",""",$vphone); $vcomment = str_replace("<","<",$vcomment); $vcomment = str_replace(">",">",$vcomment); $vcomment = str_replace("|","",$vcomment); $vcomment = str_replace("\"",""",$vcomment); $vurl = str_replace("<","",$vurl); $vurl = str_replace(">","",$vurl); $vurl = str_replace("|","",$vurl); $vemail = str_replace("<","",$vemail); $vemail = str_replace(">","",$vemail); $vemail = str_replace("|","",$vemail); if (strtoupper($os) == "WIN") { $vcomment = str_replace($newline,"
",$vcomment); $vcomment = str_replace("\r","",$vcomment); $vcomment = str_replace("\n","",$vcomment); } else { $vcomment = str_replace($newline,"
",$vcomment); $vcomment = str_replace("\r","",$vcomment); } if (isset($_SERVER['HTTP_X_FORWARDED_FOR']) && eregi("^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$",$_SERVER['HTTP_X_FORWARDED_FOR'])) { $ipnum = $_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ipnum = getenv("REMOTE_ADDR"); } $newdata = "|~|$idx|~|$tgl|~|$vname|~|$vemail|~|$vphone|~|$vcomment|~|$vurl|~|$ipnum|~|"; $newdata = stripslashes($newdata); $newdata .= $newline; if (!is_spam($newdata)) { $tambah = fopen($data_file,"a"); if (strtoupper($os)=="UNIX") { if (flock($tambah,LOCK_EX)) { fwrite($tambah,$newdata); flock($tambah,LOCK_UN); } } else { fwrite($tambah,$newdata); } fclose($tambah); //--send mail //if (strtoupper($notify) == "YES") { $msgtitle = "Someone signed your guestbook"; $vcomment = str_replace(""","\"",$vcomment); $vcomment = stripslashes($vcomment); $vcomment = str_replace("
","\n",$vcomment); $msgcontent = "Local time : $tgl\n\nThe addition from $vname :\n----------------------------\n\n$vcomment\n\n-----End Message-----\n\n"."Telephone:".$vphone."\n Address:".$vurl."\n Email:".$vemail."\n"; $res=@mail($admin_email,$msgtitle,$msgcontent,"From: $vemail\n"); //} //--clear session $_SESSION['name'] = ""; $_SESSION['email'] = ""; $_SESSION['url'] = ""; $_SESSION['phone'] = ""; $_SESSION['comment'] = ""; $_SESSION['add']++; $_SESSION['secc'] = ""; redir($self); } else { //redir($self,"Sorry, your entry can't be added"); } } //break; } $_SESSION['secc'] = strtoupper(substr(sha1(time().$admin_email),0,4)); if (!isset($_SESSION['add'])) $_SESSION['add'] = 0; if (!isset($_SESSION['name'])) $_SESSION['name'] = ""; if (!isset($_SESSION['email'])) $_SESSION['email'] = ""; if (!isset($_SESSION['phone'])) $_SESSION['phone'] = ""; if (!isset($_SESSION['url'])) $_SESSION['url'] = ""; if (!isset($_SESSION['comment'])) $_SESSION['comment'] = ""; ?>
There are no entries yet.

'; } $w = 0; //--Color echo "
"; if ($jml_page > 1) { if ($page != 1) echo "[Top] "; else echo '[Top] '; echo 'Page # '; if ($jml_page > 10) { if ($page < 5) { $start = 1; $stop = 10; } elseif ($jml_page - $page < 5) { $start = $jml_page - 9; $stop = $jml_page; } else { $start = $page-4; $stop = $page+5; } if ($start != 1) echo '... '; for ($p=$start; $p<=$stop; $p++) { if ($p == $page) echo "$p  "; else echo "$p  "; } if ($stop != $jml_page) echo '... '; echo "of $jml_page "; } else { for ($p=1; $p<=$jml_page; $p++) { if ($p == $page) echo "$p  "; else echo "$p  "; } } if ($page != $jml_page) echo "[Bottom]"; else echo '[Bottom]'; } else echo 'Page #1 of 1'; echo "
"; echo '
'; for ($i=0; $i<$max_entry_per_page; $i++) { $nomrec++; $no++; //$no--; $recno = $nomrec-1; if (isset($record[$recno])) { $row = explode("|~|",$record[$recno]); if ($w==0) { $warna = $table_content_1a; $warna2 = $table_content_1b; $w=1; } else { $warna = $table_content_2a; $warna2 = $table_content_2b; $w=0; } echo "'; echo " "; } //--end if } //--end for ?>
"; echo "
$row[3]
  "; if (trim($row[4]) != "") { echo "\"$row[4]\""; } echo "

"; //if(!empty($row[3]))echo "
$row[3]

"; // if(!empty($row[7]))echo "
$row[7]
"; // if(!empty($row[5]))echo "
$row[5]
"; if(!empty($row[2]))echo "
$row[2]
"; echo "
 
".stripslashes($row[6])."
\"Delete
"; echo '
Delete record

DELETE CONFIRMATION



-



IP:

Admin password:



» Delete all records that using this IP:


Please wait...

Click here and try again