store("id|xv|yv|width|height"); $id=NULL; $xv=NULL; $yv=NULL; $width=NULL; $height=NULL; $f = fopen($filename,"w"); fwrite($f,$saved); fclose($f); echo "
"; $f = fopen($filename,"r"); $contents = fread ($f, filesize ($filename)); fclose($f); $sv->restore($contents); $count2=count($id); echo " $count $count2 $id[$last] $xv[$last] $yv[$last] $width[$last] $height[$last] "; ?>