We are constantly trying to improve PHP Freaks and these forums, so feel free to go to the PHPFreaks Comments/Suggestions board and point out anything you'd like to see different!
0 Members and 1 Guest are viewing this topic.
Well it all depends on how do you wish to do to update your site. Do you want a admin login where you just have to upload things and it will just add it to the database? Or do you wish to just upload them in a html fashion. What features do ylou wish to add? People registering to your site and having the ability to add some things themselves? It would help to give us a bit more information about you wish to do.
Split your project down into modules / chunks and plan each module out one at a time - What is it supposed to do, what is the input, what is the output etc. Modules could include the following:RegistrationLog-in / LogoutAccount SettingsPassword ResetSearch EngineBrows by categoryet ceteraPlan it all out on paper, before you just dive in and start building.
What would be the difference between an admin login and transfering by ftp?