Wow this is a bit more complicated than I thought it would be. Here is the basic idea of what I want to do:
<?php
if ( //This is the hard part, I need to use a session to determine if the user is logged in on the forum or not.
//So, basically if they are logged in.....then
header("Location: http://www.glassin-world.com/gallery"));
else { //stay on current page (I don't know if the else is really necessary) };
?>
thats all I have so far. Thanks for the links, but I'm not too sure exactly which sessions or which headers to use. I should have posted this in the newbie section since I am one, but o well. Thanks guys,
-Nick