Re: [GENERAL] passing variables in PHP3

2000-02-27 Thread Tatsuo Ishii
> 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

Re: [GENERAL] passing variables in PHP3

2000-02-27 Thread Gary MacMinn
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

Re: [GENERAL] passing variables in PHP3

2000-02-27 Thread Dave White
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