To answer your question peter, yes. This is exactly the type of thing that PHP will work for.

Password protection is a very common feature, you can implement it either using PHP, or with htaccess, I recomend the ladder just because there's a standard simple way to do it (assuming your host lets you, most do).

You don't really have to create a new tab each time you upload a new set of photos, PHP will build the tabs on the fly as you access the page. You might benifit from reading a simple php intro, because it sounds like you want to create the html using php, rather than just go to mygallery.php or something, and have php build the thing on the fly.

- Dan

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

Reply via email to