![]() Preserved Topic: Getting started - PHP/MySQL user database (Page 1 of 1) |
|
---|---|
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
![]() OK, I've built (and am building new) PHP publishing tools, that's my focus all this week anyway. I've not really done much of it using MySQL though, since I only need to deal with one user, the admin. (What I've been doing is writing the files directly to disk, and then just calling them direct. Fast and neat, usually.) |
Paranoid (IV) Inmate From: Sthlm, Sweden |
![]() I think I've got what seems to be the recepie for you needs |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() hm, since I'm more the roll my own kind of guy, I can't help you with an open source solution. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() A couple of places first check out the script library at zend and then you may want to check out phpclasses.org (free reg) Both of these offer code snippets (usually OOP classes) that do much of this. I usually hate using pre-built "applications" such as PHP-Nuke etc. These are usually much more than I need so these two resources have been invaluable. |