I have a page with 6 tabs (Jquery tabs) and on each tab there is a form. I looks like a simple question, but i’m breaking my head on it.
I want to update the div (tab) after submit of the form, after the submit there are of course also some actions (database update).
<form name="prijzen_huidige_jaar" method="post" action="<?php $_SERVER["PHP_SELF"] ?>">
You can start by something like that: