Ask a Question related to ASP Database, Design and Development.
-
DeadCert #1
Database Login Tool
Hi,
I am looking for an application, preferably Free, that will allow me
to have a clients area on my site. I would have a list of usernames
and passwords and each combination would direct the user to a
different page depending on their user name. Does anybody know of such
an app. I know webwizguide.com have a Database Login app. but it
doesn't allow different pages to be set up for different logins. Any
help appreciated. Cheers
DeadCert Guest
-
Database/Login on own PC
Hi I'm making a site, but do not have an online host yet. I want to make a login system, so I need a database. but when i want to set the site... -
Login Using to Access Database
Hello - I wonder if anyone can help me with this 'simple' question? I need to login to an Access database using the surname and table ID. The... -
Best practice for login screen using database
I have an c# as.net app that check if the user exist in a USERS table, that part is ok but now I need to pass the user ID no the next page beacuse... -
ASP Login / Database Help.
I am needing some help with a few asp pages and a login script. Let me start by describing my project. I am trying to connect to a database and... -
[ANN] FireStorm/DAO Database Persistence Tool for Java Programmers
CodeFutures Launches Update of FireStorm/DAO Database Persistence Tool for Java Programmers http://www.codefutures.com/products/firestorm/ ... -
Jeff Cochran #2
Re: Database Login Tool
On 4 Feb 2004 06:13:21 -0800, [email]rekdagaf@hotmail.com[/email] (DeadCert) wrote:
You may need to roll your own, but it's not difficult. Possibly as>I am looking for an application, preferably Free, that will allow me
>to have a clients area on my site. I would have a list of usernames
>and passwords and each combination would direct the user to a
>different page depending on their user name. Does anybody know of such
>an app. I know webwizguide.com have a Database Login app. but it
>doesn't allow different pages to be set up for different logins. Any
>help appreciated. Cheers
simple as a redirect on login that simply sends the user to a new page
based on username. Even easier if the page has the same name as the
user, it could be as easy as:
UserURL = UserName & ".asp"
Response.Redirect UserURL
Jeff
Jeff Cochran Guest
-
Greg Griffiths #3
Re: Database Login Tool
why not create a HTACCESS file an then you can have a server side script
e.g. Perl/ASP/PHP detect that user and redirect.
DeadCert wrote:
> Hi,
> I am looking for an application, preferably Free, that will allow me
> to have a clients area on my site. I would have a list of usernames
> and passwords and each combination would direct the user to a
> different page depending on their user name. Does anybody know of such
> an app. I know webwizguide.com have a Database Login app. but it
> doesn't allow different pages to be set up for different logins. Any
> help appreciated. CheersGreg Griffiths Guest
-
DeadCert #4
Re: Database Login Tool
Cheers for that. Don't know much about ASP but will have a play around.
>
> You may need to roll your own, but it's not difficult. Possibly as
> simple as a redirect on login that simply sends the user to a new page
> based on username. Even easier if the page has the same name as the
> user, it could be as easy as:
>
> UserURL = UserName & ".asp"
> Response.Redirect UserURL
>
> JeffDeadCert Guest



Reply With Quote

