From: Victor L. <vic...@ya...> - 2005-11-13 23:07:02
|
Hi, In JSP, it has application scope, session scope and page scope. You can save a java object in the application scope in JSP, and it will be there as long as the web application is running. How do I do the same thing in PHP, I know PHP can do session and page scope, but how about application scope? Many thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |