keep getting this error , can someone explain & help me ..
Notice: Undefined index: error in C:\wamp\www\test\index.php on line 13
the code :
<?php
include "inc/config.php";
include "inc/template.php";
head($title);
openbody($title);
?>
<h1>Sistem Maklumat Kekosongan Jawatan</h1>
<h3>JobsMalaysia Center Danga Bay</h3><br />
<br />
<?php
$err = get_error($_GET['error']);
echo '<p>'.$err.'</p>';
?>
<?php
closebody();
?>