Hi everybody, Apparently this is an event error but i can not pin point where the error happens. I am trying to redirect to another page after record updated. header("Location: customer_view.php");
Hi again, Solved my problem. Just in case someone runs into the same case. I re-built the project and everything worked. In order to be redirected to the view page of the page i just edited the event is header("Location: schools_view_c.php?editid1=$keys[schoolid]");
exit(); There is probably a smart code to insert the ?editid1= but it works for me!