Ask a Question related to Dreamweaver AppDev, Design and Development.
-
John Cowen #1
Unique pages from Password
I'm looking for a way that suppliers to our business can access a web page and
download a CSV file showing their current sales details. Is there a way that
they can enter a username and password and then be shown a personalised page
with their files to download? Obviously every supplier will have a unique file,
which cannot be publicly accessible.
I know how to set up the password login, but can't find an explanation of how
to show unique results based on that password.
Thanks
John
John Cowen Guest
-
Unique Form inserting into many tables using unique id
I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or... -
password protected pages
I wish to set up a password protected page. Is this possible in HTML only? If not how would I go about it. I have no database knowledge Kind... -
Generate Unique Password
I have a script that allows people to upload files to our in SQL database (using php) and need to give the uploaded a unique code as a reciept when... -
Password Protecting Pages
I am unable to click on the plus sign in order to add a server behavior that password protects a page. What am I missing? -
password protect pages in flash
hi, i would really like to know how to password protect a page in a flash website any help will be really appreciated thanks !! -
gareth #2
Re: Unique pages from Password
You need to setup a login system, where when the user logs in a piece of
unique information (usually a unique username) is stored in a session or
cookie.
In your database, create a table which holds the users unique username and
the filename.
You can then create a recordset that pulls only the records from the table
that match the username stored in the username or cookie.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest



Reply With Quote

