RE: [PHP] automatic page view

2001-06-20 Thread Jason Murray
I am working on a admin page where companies log in to there own company admin page. Can anyone help out with a script to have the username and password directly linked to there own company admin page. That's a pretty vague and nebulous request - if you ask us something specific, we can

Re: [PHP] automatic page view

2001-06-20 Thread Developer
I would set your database up like so. tablecompany idcompany otherstuff tableusernamepass compidusernamepassword Make the ID in the tablecompany auto_increment then test the tableusernamepass compid against it when the user properly logs in. Exampe of the

RE: [PHP] automatic page view

2001-06-20 Thread Maxim Maletsky
] Subject: [PHP] automatic page view Hello all! I am working on a admin page where companies log in to there own company admin page. Can anyone help out with a script to have the username and password directly linked to there own company admin page.

[PHP] automatic page view

2001-06-19 Thread Taline Makssabo
Hello all! I am working on a admin page where companies log in to there own company admin page. Can anyone help out with a script to have the username and password directly linked to there own company admin page.