Hi -
Here's what I'm trying to do:
I have a project that needs to be presented in two languages based on user preference. Simple enough.
What I want to do is set a cookie so that once the user chooses their language, it always shows up correctly when they return. However, if they have cookies disabled, I want to use a session to at least show all the pages in the right language while they are there for that session.
Thing is, I'm new and I have no clue how to do this. I know the basics of sessions and cookies, but I've yet to create a properly functioning implementation.
Can one of you gurus out there spare some advice?
Thanks,
shaBANG