I currently use a .htaccess file for users to login, and now I need to
make some changes to how the site works.

I need to be able to have the users login, and once that is done the
login needs to be used to pass through the database.  And to pull files
from a directory as nobody seems to listen when I tell them no emailing
files over 1.5 MB in size and so files the users need are not able to be
downloaded or used.

Code samples would be great, or links to pages or both...

I am looking at something like:

1. User logs in
2. Main page shows: $name click here for your files
3. clicking link provides /$name/files directory listing (how do I do
this in PHP??)
4. When going to a quote system -> $name is passed through the database
to get the list of customers for them.

TIA!

Robert 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A Diplomat is some one who can tell you to go to hell and make you feel
happy to be on your way.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to