SyntaxFix
Write A Post
Hire A Developer
Questions
By using jquery ajax you can reload your page
$.ajax({ type: "POST", url: "packtypeAdd.php", data: infoPO, success: function() { location.reload(); } });