I have several questions -
1) is there any way i can view and change cookie info such as expiration date?
2) Is there a function to list all headers sent with a particular page? Are all stored somewhere?
3) The biggest problem. How do i access information about the server. For example, there is two things I have tried SERVER_NAME and HTTP_ENV_VARS["SERVER_NAME"] Both work locally. The first just simply doesn't work on my host. the second give me a T_STRING or T_VARIABLE error. What am I doing wrong? How do i get this information?
Thanks!