[PHP] Extracting table names

2001-11-13 Thread Damien Burke

Hi,

I am relatively new to mysql - I'm developing a site using mysql  php.

I need to populate a drop down menu with all of the table names in a
database.

I can do standard queries (SELECT * FROM blah WHERE ...) but I'm having
trouble returning all of the table names.

Can anyone help?

Thanks,
Damien




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] User Authentication

2001-11-13 Thread Damien Burke

Hi,

Can anyone recommend a good place on the web to learn about user
authentication.
I want users of my site to login with a username  password - once they are
logged in they can see information customised to each separate user.
Without being logged in the won't see any valuable information.
Especially issues dealing with hackers.

Thanks,
Damien



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]