<?php require('calldata.php'); $n = $_GET['n']; $sql ="UPDATE memo SET y='memo' WHERE x=".$n; $result = mysql_query($sql); mysql_close($link); ?>