Is it possible to have something like the following but which actually works?
header('location: base_url(). page.php?x=3');
Try with:
header('Location: ' . base_url() . '/page.php?x=3');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With