more or less, my redirects are like this: -- header("Location: index.php#start"); --. How can I change them to hash?
Like this? header("Location.hash: index.php#start"); or would it have to be soemthing different?
Also, how can I do server side redirects? this is all new to me.
thanks,
Clint