I have a page which executes
some queries and after completing
header('Location: '.url_money.'SyncComp.php?Comp=YES');
It gets redirected to other page. But I want to send it through HTTP Post
This ?Comp=YES
should not be appended to URL instead send by HTTP Post.
I cannot use onLoad
of JavaScript
as it would directly call the function before executing the sql queries