Hi all, i'm try to acheive the following:
User login with username and password (db backend)
>> if successful , he will be directed to his own folder
eg: if john is login in with username = john and password = password, >> he will be automatically directed to webroot\#john#\
where in each directory , there is a file called index.cfm that will display current folder content
i started with a simple login script >> including the application.cfm , but i failed to have make this work dynamic way ..
my final goal is : i want to insert files for members to grap , and each member should have his own private folder , where he will be directed there based on his login name
i hope i'm making sense ,
any help will be greatly appriciated
User login with username and password (db backend)
>> if successful , he will be directed to his own folder
eg: if john is login in with username = john and password = password, >> he will be automatically directed to webroot\#john#\
where in each directory , there is a file called index.cfm that will display current folder content
i started with a simple login script >> including the application.cfm , but i failed to have make this work dynamic way ..
my final goal is : i want to insert files for members to grap , and each member should have his own private folder , where he will be directed there based on his login name
i hope i'm making sense ,
any help will be greatly appriciated