I am setting a parameters in my PHP page and need to pass it to another WEB SITE, to execute operation on the WEB SITE (i don't need to get re result). I use header ("location : https://localhost/test=123")
but its not executing it and display:
Warning: Cannot modify header information - headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/script1.php:33) in /Applications/XAMPP/xamppfiles/htdocs/script1.php on line 106
How can i simply just invoke it one time?
if there is solution from bash file,also can help...