> I've written an application for the web that asks users for their
> id and password, checks the database and if they are legit
> takes them to a page. Now I'm using the PHP_AUTH_USER variable
> to identify the user and I need that information from one
> file to another. How do I do that ? I trie
Dave,
Would you have any samples of this in action? I have been playing with cookies and
don't seem to be able to get them to work correctly.
TIA,
Gary MacMinn
>>> Dave White <[EMAIL PROTECTED]> 28/02/00 10:33:18 >>>
sheila bel wrote:
> I've written an application for the web that asks users
sheila bel wrote:
> I've written an application for the web that asks users for their
> id and password, checks the database and if they are legit
> takes them to a page. Now I'm using the PHP_AUTH_USER variable
> to identify the user and I need that information from one
> file to another. How do