PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Checking the cookie on the mac reveals that the cookie name is http://www.sapc.edu with 3 different cookies for each value.
Checking on the pc reveals that it is the name of the folder /phplib/ and then all 3 values are in one cookie. The cookie on pc's can befound only when called in the folder /phplib/ which is where the cookie is created.
Im stumpped and Im now going to hunt through php.ini ...
Any thoughts help or otherwise would be greatly aprecieated.
put this at the VERY top of your script and see if you get any errors. put it in the file that gets parsed first, the file does that does the including of other files.
if you have a different page that sets the cookie in the first place, put it in there too.