How can you include a config.ini and then redirect with header() to a site where the url address is saved in a variable in the config?
Including and header in the same .php file gives the:
Warning: Cannot add header information - headers already sent by (output started at E:\webroot\index.php:4) in E:\webroot\index.php on line 7
Error code. I have seen some open source scripts and they seem to do it and it works, but it obviously does not work for me...
Any help 🙂