Hi,
I need to reload a page after an update of information. Using header("location:callinglist.php") doesn't work. I recon it's because headers has to come first in pages?
This is the error msg:
Warning: Cannot add header information - headers already sent by (output started at /home/sites/site160/web/mi/include/basicHeader.inc.php:42)
Is there another way of reloading a page?
I could use javascripts... but the reload comes within a function (no html output).
Any help appreciated.