Php Session-level Variables Supported?

liunx

Guest
Greetings all,<br /><br />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?<br /><br />Thanks in advance for any help!<!--content-->
Use $_SESSION<br /><br />I use it on my sites, it works. $_SESSION is a global array.<!--content-->
 
Back
Top