php multiple action on submit

Posted on 16th Feb 2014 by admin

I have a form which says:

<form enctype='multipart/form-data' method='post' action='process.php' target='_blank'>

I need to call process.php on submit or on clicking submit button. Now this process.php is opening in another page because of _blank which is what I wanted.

This is working absolutely fine, now i want this form to refresh / reload plus call process.php in new page, how can i make this work .

Thanks

Other forums