Re: [PHP] Controlling Access

2003-08-26 Thread David Otton
On Tue, 26 Aug 2003 08:44:59 -0700, you wrote: >I have an application that consists of some 30 php modules. Each one links >to another, as you can imagine. How can I create a security mechanism that >only allows the modules in my system to be called from one-another? I do >nto want any of the

RE: [PHP] Controlling Access

2003-08-26 Thread Javier Tacon
You can play with a $_SESSION var, .. Imagine that you have the file a.php with .. And you want b.php that can only be executed after a.php: And so ... -Mensaje original- De: Doug Wolfgram [mailto:[EMAIL PROTECTED] Enviado el: martes, 26 de agosto de 2003 17:45 Para: [EMAIL PROTECT