ulanji Posted July 9, 2004 Posted July 9, 2004 Greetings all, I've just finished my first ASP/SQL Server project, and I'm looking to build a similar application/database here on a TCH-hosted website. So, I'm learning PHP--liking what I see so far! I've learned the basic scripting syntax, but my project will require extensive use of application-level variables. I've learned that these aren't implicitly supported by all versions of PHP, so does anyone know if they're supported on TCH servers? Thanks in advance for any help! Quote
DarqFlare Posted July 9, 2004 Posted July 9, 2004 Use $_SESSION I use it on my sites, it works. $_SESSION is a global array. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.