我在我的 PHP 页面中设置了一个参数,需要将它传递给另一个 WEB SITE,以在 WEB SITE 上执行操作(我不需要得到重新结果)。我使用header ("location : https://localhost/test=123")
但它没有执行它并显示:
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
我怎么能简单地调用它一次?
如果 bash 文件有解决方案,也可以提供帮助...