Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on December 17, 2012 at 10:01 AM

Section 1 (Text)

$id = $_POST['s_id'];
$s_content = $_POST['s_content'];

$s_butler1 = $_POST['s_butler1'];

$s_butler2 = $_POST['s_butler2'];

$s_nogle = $_POST['s_nogle'];

$s_grad = $_POST['s_grad'];

$s_aktiv = $_POST['s_aktiv'];

$s_ansvar = $_POST['s_ansvar'];

$sql = "UPDATE Services SET s_content = '$s_content',s_butler1 = '$s_butler1',s_butler2 = '$s_butler2's_nogle = '$s_nogle',s_grad = '$s_grad',s_aktiv = '$s_aktiv',s_ansvar = '$s_ansvar' WHERE s_id = $id";
$result = mysql_query($query);

header('location:admin.php');