|
Posted by rcross on 09/28/50 11:42
I just posted a similar question about this after which, I found this
thread. Go figure... Nevertheless, I am unclear as to where I should
be placing the header() function, and how the exit() function fits into
the picture.
Here is the top of my code:
<?php
session_start();
require_once('includes/config.php');
require_once('includes/db.php');
require_once('includes/functions.php');
?>
I tried putting it just under the session_start(); but that returned an
error that the "Page isn't redirecting properly." I'm not even sure
what it's saying... :/ I did try placing the exit below it, but I did
not even seem to be that far in the implementation yet. Any
suggestions?
Thanks!
Navigation:
[Reply to this message]
|