yes, there are at least 4 ways
- you can use
curl(as long as you configure it to post), php_cliviaexecand run via the command line. (ensure you pass the params properly)- you can also use
javascriptandjqueryand use a$.postcommand there - you could also simply
includethe second file (ensure you pass the params properly)
good luck with your coding 🙂
solved PHP sending post from file to file [closed]