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!
Hi,
I've a question regarding sessions, specifically declaring a variable in one php script and accessing it in another. The problem I'm facing is that the variable isn't recognised by the second php script.
It most likely is that it is case sensitive...BUT if that doesn't work check to make sure in your browser that it is making a session with the name of your site :]
Thank you both for your responses. I moved to a different platform and installed LAMP. I renamed the variables using capitals and it now works. Thanks again.